enum EOrientAxis
{
None,
UMETA =(DisplayName = "+X", ToolTip = "Orients axis in the positive X direction"),
UMETA =(DisplayName = "+Y", ToolTip = "Orients axis in the positive Y direction"),
UMETA =(DisplayName = "+Z", ToolTip = "Orients axis in the positive Z direction"),
UMETA =(DisplayName = "-X", ToolTip = "Orients axis in the negative X direction"),
UMETA =(DisplayName = "-Y", ToolTip = "Orients axis in the negative Y direction"),
UMETA =(DisplayName = "-Z", ToolTip = "Orients axis in the negative Z direction"),
}