EByteCodeQualifier

Bits returned by ReflectionByteCode::AdvanceToUnderlyingType2() These are type qualifiers that don't affect the way values of that type are encoded


$enum+ class EByteCodeQualifier
{
    Volatile = 1,
    Const = 2,
    Assignable = 4,
    Movable = 8,
    Offsettable = 16,
};