enum class StepPhase : uint32
{
    // MPropertyFriendlyName = On Ground
    StepPhase_OnGround = 0,
    // MPropertyFriendlyName = In the Air
    StepPhase_InAir = 1,
};