Enum EReplicationSystem Path C++ Link /Script/NetCore.EReplicationSystem underlying uint8 /Script/NetCore Values 4 NameValueHex Default00x00Generic10x01Iris20x02EReplicationSystem_MAX30x03 Used by 1types with a member, parameter or interface of this type AGameModeBase // /Script/NetCore.EReplicationSystem enum class EReplicationSystem : uint8 { Default = 0, Generic = 1, Iris = 2, EReplicationSystem_MAX = 3, };