Enum EChaosVDRemoteSessionReadyState Path C++ Link /Script/ChaosSolverEngine.EChaosVDRemoteSessionReadyState underlying uint8 /Script/ChaosSolverEngine Values 3 NameValueHex Ready00x00Busy10x01EChaosVDRemoteSessionReadyState_MAX20x02 // /Script/ChaosSolverEngine.EChaosVDRemoteSessionReadyState enum class EChaosVDRemoteSessionReadyState : uint8 { Ready = 0, Busy = 1, EChaosVDRemoteSessionReadyState_MAX = 2, };