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 EOnDemandTocVersion
{
Invalid = 0,
Initial = 1,
UTocHash = 2,
BlockHash32 = 3,
NoRawHash = 4,
Meta = 5,
ContainerId = 6,
AdditionalFiles = 7,
TagSets = 8,
ContainerFlags = 9,
LatestPlusOne,
Latest = (LatestPlusOne - 1),
}
}
}
Values
| Name | Description |
|---|---|
| Invalid | |
| Initial | |
| UTocHash | |
| BlockHash32 | |
| NoRawHash | |
| Meta | |
| ContainerId | |
| AdditionalFiles | |
| TagSets | |
| ContainerFlags | |
| LatestPlusOne | |
| Latest |