Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnalysisProperties
- UEulerAnalysisProperties
- ULinearAnalysisProperties
- ULocomotionAnalysisProperties
- URootMotionAnalysisProperties
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include | #include "Animation/BlendSpace.h" |
Syntax
class UAnalysisProperties : public UObject
Remarks
The base class for properties to be used in analysis. Engine will inherit from this to define structures used for the functions it supports. User-defined functions will likely need their own analysis structures inheriting from this too.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Function | Analysis function for this axis |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitializeFromCache
(
TObjectPtr< UCachedAnalysisProperties > Cache |
||
| void | MakeCache
(
TObjectPtr< UCachedAnalysisProperties >& Cache, |