FWedgePosition::FindMatchingPositionWegdeIndexes

Find all wedges index that match exactly the vertex position.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODImporterData.h

Include

#include "Rendering/SkeletalMeshLODImporterData.h"

Source

/Engine/Source/Runtime/Engine/Private/Rendering/SkeletalMeshLODImporterData.cpp

Syntax

void FindMatchingPositionWegdeIndexes
(
    const FVector & Position,
    float ComparisonThreshold,
    TArray< int32 > & OutResults
)

Remarks

Find all wedges index that match exactly the vertex position. OutResult will be empty if there is no match

Position: The reference vertex position use to search the wedges RefPoints: The array of position that was use when calling FillWedgePosition RefWedges: The array of wedges that was use when calling FillWedgePosition OutResults: The wedge indexes that fit the Position parameter ComparisonThreshold: The threshold use to exactly match the Position. Not use when bExactMatch is false

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