TVectorSetAnalysis3::Initialize

Initialize the internal set of Vectors and IDs using an external integer-Enumerable and associated GetVector(ID) function

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Sampling/VectorSetAnalysis.h

Include

#include "Sampling/VectorSetAnalysis.h"

Syntax

template<typename EnumerableIDType>
void Initialize
(
    EnumerableIDType EnumerableIDs,
    TFunctionRef< FVector3< RealType >(int32)> GetVectorFunc,
    int32 NumVectorsHint,
    bool bIsNormalizedHint
)

Remarks

Initialize the internal set of Vectors and IDs using an external integer-Enumerable and associated GetVector(ID) function

Parameters

Parameter

Description

NumVectorsHint

provide hint as to number of elements in Enumerable, to allow memory to be pre-allocated

bIsNormalizedHint

indicate whether vectors are normalized

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