Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimationAsset
- UBlendSpace
- UBlendSpace1D
- UAimOffsetBlendSpace1D
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace1D.h |
| Include | #include "Animation/BlendSpace1D.h" |
Syntax
class UBlendSpace1D : public UBlendSpace
Remarks
Blend Space 1D. Contains 1 axis blend 'space' Allows multiple animations to be blended between based on input parameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bScaleAnimation | If you have input smoothing, whether to scale the animation speed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UBlendSpace1D
(
const FObjectInitializer& ObjectInitializer |
Overridden from UBlendSpace
| Type | Name | Description | |
|---|---|---|---|
| EBlendSpaceAxis | Returns the axis which can be used to scale animation speed. | ||
| void | If around border, snap to the border to avoid empty hole of data that is not valid |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDisplayEditorVertically_DEPRECATED |