Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemand > API/Runtime/IoStoreOnDemand/IO
References
| |
|
| Module |
IoStoreOnDemand |
| Header |
/Engine/Source/Runtime/Experimental/IoStoreOnDemand/Public/IO/IoStoreOnDemand.h |
| Include |
#include "IO/IoStoreOnDemand.h" |
Syntax
namespace UE
{
namespace IO
{
namespace IAS
{
enum EOnDemandTocVersion
{
Invalid = 0,
Initial = 1,
UTocHash = 2,
BlockHash32 = 3,
NoRawHash = 4,
Meta = 5,
LatestPlusOne,
Latest = (LatestPlusOne - 1),
}
}
}
}
Values
| Name |
Description |
| Invalid |
|
| Initial |
|
| UTocHash |
|
| BlockHash32 |
|
| NoRawHash |
|
| Meta |
|
| LatestPlusOne |
|
| Latest |
|