Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FOctreeQueryHelper
Description
Find the nearest wedge indexes to SearchPosition.
SearchPosition: The reference vertex position use to search the wedges OutNearestWedges: The nearest wedge indexes to SearchPosition
| Name | FindNearestWedgeIndexes |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODImporterData.h |
| Include Path | #include "Rendering/SkeletalMeshLODImporterData.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Rendering/SkeletalMeshLODImporterData.cpp |
void FindNearestWedgeIndexes
(
const FVector3f & SearchPosition,
TArray < FWedgeInfo > & OutNearestWedges
)