![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BlendSpace1DHelpers.h>
Public Member Functions | |
| void | Init (const struct FBlendParameter &BlendParameter) |
| void | Process () |
| void | CalculateEditorElements () |
| TArray< struct FBlendSpaceSegment > | CalculateSegments () const |
Public Attributes | |
| TArray< FLineVertex > | SamplePointList |
| TArray< struct FEditorElement > | EditorElements |
Generates a line list between the supplied sample points to aid blend space sample generation
| void FLineElementGenerator::CalculateEditorElements | ( | ) |
Populates EditorElements based on the Sample points previously supplied to AddSamplePoint
| TArray< FBlendSpaceSegment > FLineElementGenerator::CalculateSegments | ( | ) | const |
Converts from our internal representation to the runtime segments
| void FLineElementGenerator::Init | ( | const struct FBlendParameter & | BlendParameter | ) |
| void FLineElementGenerator::Process | ( | ) |
| TArray<struct FEditorElement> FLineElementGenerator::EditorElements |
Editor elements generated by CalculateEditorElements
| TArray<FLineVertex> FLineElementGenerator::SamplePointList |
Data Structure for line generation SamplePointList is the input data