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
USTRUCT ()
struct FBlendSpaceData
Remarks
The runtime data used for interpolating. Note that only one of Segments/Triangles will be in use, depending on the dimensionality of the data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FBlendSpaceSegment > | Segments | ||
| TArray< FBlendSpaceTriangle > | Triangles |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
||
| void | GetSamples
(
TArray< FWeightedBlendSample >& OutWeightedSamples, |
||
| bool | IsEmpty () |