#include <BlendSpace.h>
◆ FBlendParameter()
| FBlendParameter::FBlendParameter |
( |
| ) |
|
|
inline |
◆ GetGridSize()
| float FBlendParameter::GetGridSize |
( |
| ) |
const |
|
inline |
Return size of each grid.
◆ GetRange()
| float FBlendParameter::GetRange |
( |
| ) |
const |
|
inline |
◆ bSnapToGrid
| bool FBlendParameter::bSnapToGrid |
If true then samples will always be snapped to the grid on this axis when added, moved, or the axes are changed.
◆ bWrapInput
| bool FBlendParameter::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. If false then input parameters are clamped to the min/max values on this axis.
◆ DisplayName
| FString FBlendParameter::DisplayName |
◆ GridNum
| int32 FBlendParameter::GridNum |
The number of grid divisions along this axis.
◆ Max
| float FBlendParameter::Max |
Maximum value for this axis range.
◆ Min
| float FBlendParameter::Min |
Minimum value for this axis range.
The documentation for this struct was generated from the following file: