Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnalysisProperties
- UEulerAnalysisProperties
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/BlendSpaceAnalysis.h |
| Include | #include "BlendSpaceAnalysis.h" |
Syntax
class UEulerAnalysisProperties : public UAnalysisProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| EAnalysisLinearAxis | BoneFacingAxis | Used for some analysis functions - specifies the bone/socket axis that points in the facing/forwards direction | |
| EAnalysisLinearAxis | BoneRightAxis | Used for some analysis functions - specifies the bone/socket axis that points to the "right" | |
| FBoneSocketTarget | BoneSocket | The bone or socket used for analysis | |
| EAnalysisLinearAxis | CharacterFacingAxis | World or bone/socket axis that specifies the character's facing direction | |
| EAnalysisLinearAxis | CharacterUpAxis | World or bone/socket axis that specifies the character's up direction | |
| float | EndTimeFraction | Fraction through each animation at which analysis ends | |
| EAnalysisEulerAxis | FunctionAxis | Axis for the analysis function | |
| EAnalysisSpace | Space | The space in which to perform the analysis. | |
| FBoneSocketTarget | SpaceBoneSocket | Bone or socket that defines the analysis space (when it isn't World) | |
| float | StartTimeFraction | Fraction through each animation at which analysis starts |
Overridden from UAnalysisProperties
| Type | Name | Description | |
|---|---|---|---|
| void | InitializeFromCache
(
TObjectPtr< UCachedAnalysisProperties > Cache |
||
| void | MakeCache
(
TObjectPtr< UCachedAnalysisProperties >& Cache, |