Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
Inheritance Hierarchy
- FNoncopyable
- FAsyncLoadingFlushContext
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoadingFlushContext.h |
| Include | #include "Serialization/AsyncLoadingFlushContext.h" |
Syntax
class FAsyncLoadingFlushContext : private FNoncopyable
Remarks
Flush the async loader in a non-blocking manner.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAsyncLoadingFlushContext
(
const FString& Context |
|||
FAsyncLoadingFlushContext
(
FString&& Context |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Flush
(
const FOnAsyncLoadingFlushComplete& OnFlushComplete |
||
| int32 | GetId () |
Constants
| Name | Description |
|---|---|
| LoadingFlushWarnIntervalSeconds | How often to warn while waiting for async loading to complete. |
| NextId | Increment ids so each instance has a unique id. |