enum class AnimGraphDebugDrawType_t : uint32
{
    None = 0,
    WsPosition = 1,
    MsPosition = 2,
    WsDirection = 3,
    MsDirection = 4,
};