Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- UObject
- UCachedAnalysisProperties
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/BlendSpaceAnalysis.h |
| Include | #include "BlendSpaceAnalysis.h" |
Syntax
UCLASS ()
class UCachedAnalysisProperties : public UObject
Remarks
This will be used to preserve values as far as possible when switching between analysis functions, so it contains all the parameters used by the engine functions. User defined can inherit from this and add their own - then the user-defined MakeCache function should replace any base class cache that is passed in with their own.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EAnalysisLinearAxis | BoneFacingAxis | ||
| EAnalysisLinearAxis | BoneRightAxis | ||
| FBoneSocketTarget | BoneSocket1 | ||
| FBoneSocketTarget | BoneSocket2 | ||
| EAnalysisLinearAxis | CharacterFacingAxis | ||
| EAnalysisLinearAxis | CharacterUpAxis | ||
| float | EndTimeFraction | ||
| EAnalysisEulerAxis | EulerFunctionAxis | ||
| EAnalysisLinearAxis | LinearFunctionAxis | ||
| EAnalysisSpace | Space | ||
| FBoneSocketTarget | SpaceBoneSocket | ||
| float | StartTimeFraction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyFrom
(
const UCachedAnalysisProperties& Other |