Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncPackageLoader.cpp |
void SetAsyncLoadingAllowed
(
bool bAllowAsyncLoading
)
Remarks
Allows or disallows async loading (for example async loading is not allowed after the final flush on exit)
Parameters
| Name | Description |
|---|---|
| bAllowAsyncLoading | true if async loading should be allowed, false otherwise |