Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering > API/Runtime/Engine/Rendering/FWedgePosition
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 |
static void FillWedgePosition
(
FWedgePosition & OutOverlappingPosition,
const TArray < FVector3f > & Positions,
const TArray < SkeletalMeshImportData::FVertex > Wedges,
const TArray < FVector3f > & TargetPositions,
float ComparisonThreshold
)
Remarks
Fill the data: Create the SortedPosition use to find exact match (position) Create the wedge position octree to find the closest position, we use this when there is no exact match The targetPositions is use to to max out the octree bounding box to both the source and target geometry