Enum ECacheMode Path C++ Link /Script/ChaosCaching.ECacheMode underlying uint8 /Script/ChaosCaching Values 4 NameValueHex None00x00Play10x01Record20x02ECacheMode_MAX30x03 Used by 1types with a member, parameter or interface of this type AChaosCacheManager // /Script/ChaosCaching.ECacheMode enum class ECacheMode : uint8 { None = 0, Play = 1, Record = 2, ECacheMode_MAX = 3, };