Enum ESessionSettingSearchResult Path C++ Link /Script/AdvancedSessions.ESessionSettingSearchResult underlying uint8 /Script/AdvancedSessions Values 4 NameValueHex Found00x00NotFound10x01WrongType20x02ESessionSettingSearchResult_MAX30x03 Used by 1types with a member, parameter or interface of this type UAdvancedSessionsLibrary // /Script/AdvancedSessions.ESessionSettingSearchResult enum class ESessionSettingSearchResult : uint8 { Found = 0, NotFound = 1, WrongType = 2, ESessionSettingSearchResult_MAX = 3, };