Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FlushAsyncLoading
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 FlushAsyncLoading
(
TConstArrayView< int32 > RequestIds
)
Remarks
Blocks till a set of pending async load requests are complete.
Parameters
| Name | Description |
|---|---|
| RequestIds | list of return values from LoadPackageAsync to wait for. An empty list means all requests |