Navigation
API > API/Runtime > API/Runtime/Engine
This is the runtime representation of a segment which stores its vertices (start and end) in normalized space.
| Name | FBlendSpaceSegment |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include Path | #include "Animation/BlendSpace.h" |
Syntax
USTRUCT ()
struct FBlendSpaceSegment
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NUM_VERTICES | const int32 | Triangles have three vertices. | Animation/BlendSpace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SampleIndices | int32 | Indices into the samples | Animation/BlendSpace.h | |
| Vertices | float | The vertices are in the normalized space - i.e. in the range 0-1. | Animation/BlendSpace.h |