Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnalysisProperties
- ULinearAnalysisProperties
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/BlendSpaceAnalysis.h |
| Include | #include "BlendSpaceAnalysis.h" |
Syntax
class ULinearAnalysisProperties : public UAnalysisProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBoneSocketTarget | BoneSocket | The bone or socket used for analysis | |
| float | EndTimeFraction | Fraction through each animation at which analysis ends | |
| EAnalysisLinearAxis | 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, |