Navigation
API > API/Runtime > API/Runtime/Engine
Blend Space 1D. Contains 1 axis blend 'space' Allows multiple animations to be blended between based on input parameters
| Name | UBlendSpace1D |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace1D.h |
| Include Path | #include "Animation/BlendSpace1D.h" |
Syntax
UCLASS (Config=Engine, HideCategories=Object, MinimalAPI, BlueprintType)
class UBlendSpace1D : public UBlendSpace
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimationAsset → UBlendSpace → UBlendSpace1D
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlendSpace1D
(
const FObjectInitializer& ObjectInitializer |
Animation/BlendSpace1D.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bScaleAnimation | bool | If you have input smoothing, whether to scale the animation speed. | Animation/BlendSpace1D.h |
|
Functions
Public
Protected
Overridden from UBlendSpace
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EBlendSpaceAxis GetAxisToScale() |
Returns the axis which can be used to scale animation speed. | Animation/BlendSpace1D.h | |
virtual void SnapSamplesToClosestGridPoint() |
If around border, snap to the border to avoid empty hole of data that is not valid | Animation/BlendSpace1D.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDisplayEditorVertically_DEPRECATED | bool | Animation/BlendSpace1D.h |