UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLineElementGenerator Class Reference

#include <BlendSpace1DHelpers.h>

Public Member Functions

void Init (const struct FBlendParameter &BlendParameter)
 
void Process ()
 
void CalculateEditorElements ()
 
TArray< struct FBlendSpaceSegmentCalculateSegments () const
 

Public Attributes

TArray< FLineVertexSamplePointList
 
TArray< struct FEditorElementEditorElements
 

Detailed Description

Generates a line list between the supplied sample points to aid blend space sample generation

Member Function Documentation

◆ CalculateEditorElements()

void FLineElementGenerator::CalculateEditorElements ( )

Populates EditorElements based on the Sample points previously supplied to AddSamplePoint

◆ CalculateSegments()

TArray< FBlendSpaceSegment > FLineElementGenerator::CalculateSegments ( ) const

Converts from our internal representation to the runtime segments

◆ Init()

void FLineElementGenerator::Init ( const struct FBlendParameter BlendParameter)

◆ Process()

void FLineElementGenerator::Process ( )

Member Data Documentation

◆ EditorElements

TArray<struct FEditorElement> FLineElementGenerator::EditorElements

Editor elements generated by CalculateEditorElements

◆ SamplePointList

TArray<FLineVertex> FLineElementGenerator::SamplePointList

Data Structure for line generation SamplePointList is the input data


The documentation for this class was generated from the following files: