UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TMeshSpatialSort< TriangleMeshType >::FMeshNesting Struct Reference

Outputs. More...

#include <MeshSpatialSort.h>

Public Attributes

int OuterIndex
 
int ParentIndex = -1
 
TArray< int > InnerIndices
 

Detailed Description

template<class TriangleMeshType>
struct UE::Geometry::TMeshSpatialSort< TriangleMeshType >::FMeshNesting

Outputs.

Member Data Documentation

◆ InnerIndices

template<class TriangleMeshType >
TArray<int> UE::Geometry::TMeshSpatialSort< TriangleMeshType >::FMeshNesting::InnerIndices

◆ OuterIndex

template<class TriangleMeshType >
int UE::Geometry::TMeshSpatialSort< TriangleMeshType >::FMeshNesting::OuterIndex

◆ ParentIndex

template<class TriangleMeshType >
int UE::Geometry::TMeshSpatialSort< TriangleMeshType >::FMeshNesting::ParentIndex = -1

The documentation for this struct was generated from the following file: