enum EAnalysisLinearAxis
{
UMETA =(DisplayName = "+X", ToolTip = "The axis points in the positive X direction"),
UMETA =(DisplayName = "+Y", ToolTip = "The axis points in the positive Y direction"),
UMETA =(DisplayName = "+Z", ToolTip = "The axis points in the positive Z direction"),
UMETA =(DisplayName = "-X", ToolTip = "The axis points in the negative X direction"),
UMETA =(DisplayName = "-Y", ToolTip = "The axis points in the negative Y direction"),
UMETA =(DisplayName = "-Z", ToolTip = "The axis points in the negative Z direction"),
}