Enum ERotatorQuantization Path C++ Link /Script/Engine.ERotatorQuantization underlying uint8 /Script/Engine Values 3 NameValueHex ByteComponents00x00ShortComponents10x01ERotatorQuantization_MAX20x02 Used by 1types with a member, parameter or interface of this type FRepMovement // /Script/Engine.ERotatorQuantization enum class ERotatorQuantization : uint8 { ByteComponents = 0, ShortComponents = 1, ERotatorQuantization_MAX = 2, };