Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include | #include "Animation/BlendSpace.h" |
Syntax
struct FBlendParameter
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSnapToGrid | If true then samples will always be snapped to the grid on this axis when added, moved, or the axes are changed. | |
| bool | bWrapInput | If true then the input can go outside the min/max range and the blend space is treated as being cyclic on this axis. | |
| FString | DisplayName | ||
| int32 | GridNum | The number of grid divisions along this axis. | |
| float | Max | Maximum value for this axis range. | |
| float | Min | Minimum value for this axis range. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetGridSize () |
Return size of each grid. | |
| float | GetRange () |