FUntypedBulkData::StartAsyncLoading

Initiates a new asynchronous operation to load the dulkdata from disk assuming that it is not already loaded.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h

Include

#include "Serialization/BulkData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp

Syntax

bool StartAsyncLoading()

Remarks

Initiates a new asynchronous operation to load the dulkdata from disk assuming that it is not already loaded.

that a new asynchronous loading operation will not be created if one is already in progress.

Returns

True if an asynchronous loading operation is in progress by the time that the method returns and false if the data is already loaded or cannot be loaded from disk.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss