Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Streaming options (IAS).
| Name | UE::IoStore::EOnDemandStreamingOptions |
| 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 EOnDemandStreamingOptions
{
Default = 0,
OptionalBulkDataDisabled = (1 << 0),
}
}
}
Values
| Name | Remarks |
|---|---|
| Default | No special options enabled. |
| OptionalBulkDataDisabled | Optional bulk data disabled. |