UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMeshDescriptionMeshAdapterd Struct Reference

#include <MeshDescriptionAdapter.h>

+ Inheritance diagram for FMeshDescriptionMeshAdapterd:

Public Member Functions

 FMeshDescriptionMeshAdapterd (const FMeshDescription *MeshIn)
 
 FMeshDescriptionMeshAdapterd (FMeshDescriptionTriangleMeshAdapter ParentAdapterIn)
 
- Public Member Functions inherited from UE::Geometry::TTriangleMeshAdapter< double >
void GetTriVertices (int TID, UE::Math::TVector< double > &V0, UE::Math::TVector< double > &V1, UE::Math::TVector< double > &V2) const
 

Public Attributes

FMeshDescriptionTriangleMeshAdapter ParentAdapter
 
- Public Attributes inherited from UE::Geometry::TTriangleMeshAdapter< double >
TFunction< bool(int32 index)> IsTriangle
 
TFunction< bool(int32 index)> IsVertex
 
TFunction< int32()> MaxTriangleID
 
TFunction< int32()> MaxVertexID
 
TFunction< int32()> TriangleCount
 
TFunction< int32()> VertexCount
 
TFunction< uint64()> GetChangeStamp
 
TFunction< FIndex3i(int32)> GetTriangle
 
TFunction< TVector< double >(int32)> GetVertex
 

Detailed Description

TTriangleMeshAdapter version of FMeshDescriptionTriangleMeshAdapter

Constructor & Destructor Documentation

◆ FMeshDescriptionMeshAdapterd() [1/2]

FMeshDescriptionMeshAdapterd::FMeshDescriptionMeshAdapterd ( const FMeshDescription MeshIn)
inline

◆ FMeshDescriptionMeshAdapterd() [2/2]

FMeshDescriptionMeshAdapterd::FMeshDescriptionMeshAdapterd ( FMeshDescriptionTriangleMeshAdapter  ParentAdapterIn)
inline

Member Data Documentation

◆ ParentAdapter

FMeshDescriptionTriangleMeshAdapter FMeshDescriptionMeshAdapterd::ParentAdapter

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