FOctreeQueryHelper::FindNearestWedgeIndexes

Find the nearest wedge indexes to SearchPosition.

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 FindNearestWedgeIndexes
(
    const FVector & SearchPosition,
    TArray< FWedgeInfo > & OutNearestWedges
)

Remarks

Find the nearest wedge indexes to SearchPosition.

SearchPosition: The reference vertex position use to search the wedges OutNearestWedges: The nearest wedge indexes to SearchPosition

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