UBlendSpaceBase::FillupGridElements

Fill up local GridElements from the grid elements that are created using the sorted points This will map back to original index for result

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpaceBase.h

Include

#include "Animation/BlendSpaceBase.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/BlendSpaceBase.cpp

Syntax

void FillupGridElements
(
    const TArray< int32 > & PointListToSampleIndices,
    const TArray< FEditorElement > & GridElements
)

Remarks

Fill up local GridElements from the grid elements that are created using the sorted points This will map back to original index for result

Parameters

Parameter

Description

SortedPointList

This is the pointlist that are used to create the given GridElements This list contains subsets of the points it originally requested for visualization and sorted

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss