Navigation
API > API/Editor > API/Editor/Persona
| Name | EAnalysisLinearAxis |
| Type | enum |
| Header File | /Engine/Source/Editor/Persona/Public/BlendSpaceAnalysis.h |
| Include Path | #include "BlendSpaceAnalysis.h" |
Syntax
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"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |