Enum EBeaconConnectionState Path C++ Link /Script/OnlineSubsystemUtils.EBeaconConnectionState underlying uint8 /Script/OnlineSubsystemUtils Values 5 NameValueHex Invalid00x00Closed10x01Pending20x02Open30x03EBeaconConnectionState_MAX40x04 Used by 1types with a member, parameter or interface of this type AOnlineBeaconClient // /Script/OnlineSubsystemUtils.EBeaconConnectionState enum class EBeaconConnectionState : uint8 { Invalid = 0, Closed = 1, Pending = 2, Open = 3, EBeaconConnectionState_MAX = 4, };