Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamableHandle
Description
Set priority (useful to update remaining async loads to a different priority than the handle was created with). This only takes affect when using just in time async loading.
| Name | SetPriority |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
| Include Path | #include "Engine/StreamableManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StreamableManager.cpp |
void SetPriority
(
TAsyncLoadPriority InPriority
)
See Also
- bUseJustInTimeAsyncLoader