Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemand > API/Runtime/IoStoreOnDemand/IO
References
| Module | IoStoreOnDemand |
| Header | /Engine/Source/Runtime/Experimental/IoStore/OnDemand/Public/IO/IoStoreOnDemand.h |
| Include | #include "IO/IoStoreOnDemand.h" |
Syntax
namespace UE
{
namespace IoStore
{
enum EOnDemandInstallOptions
{
None = 0,
CallbackOnGameThread = 1 << 0,
}
}
}
Values
| Name | Description |
|---|---|
| None | No additional options. |
| CallbackOnGameThread | Trigger callback on game thread. |
Remarks
Options for controlling the behavior of the install request.