Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Options for controlling the behavior of the defrag request.
| Name | UE::IoStore::EOnDemandDefragOptions |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
namespace UE
{
namespace IoStore
{
enum EOnDemandDefragOptions
{
None = 0,
CallbackOnGameThread = 1 << 0,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | No additional options. |
| CallbackOnGameThread | Trigger callback on game thread. |