Navigation
API > API/Runtime > API/Runtime/CoreUObject
Optional parameters passed to the LoadAssetAsync function.
| Name | FLoadAssetAsyncOptionalParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
Syntax
struct FLoadAssetAsyncOptionalParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InstancingContext | const FLinkerInstancingContext * | Additional context to map object names to their instanced counterpart when loading an instanced package. | UObject/UObjectGlobals.h | |
| LoadFlags | uint32 | Flags controlling loading behavior, from the ELoadFlags enum. | UObject/UObjectGlobals.h | |
| PackagePriority | int32 | Loading priority. | UObject/UObjectGlobals.h | |
| ProgressDelegate | TSharedPtr< FLoadPackageAsyncProgressDelegate > | Thread-safe delegate to be invoked at different state of progress for the given package. | UObject/UObjectGlobals.h |