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 FBlendSpaceSegment
Remarks
This is the runtime representation of a segment which stores its vertices (start and end) in normalized space.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32[NUM_VERTICES] | SampleIndices | Indices into the samples | |
| float[NUM_VERTICES] | Vertices | The vertices are in the normalized space - i.e. in the range 0-1. |
Constants
| Name | Description |
|---|---|
| NUM_VERTICES | Triangles have three vertices. |