Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Rendering > FOctreeQueryHelper
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 |
void FindNearestWedgeIndexes
(
const FVector3f & 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