UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GeometryCollection::Facades::FTetrahedralMetrics Class Reference

#include <CollectionTetrahedralMetricsFacade.h>

Public Member Functions

CHAOS_API FTetrahedralMetrics (FManagedArrayCollection &InCollection)
 
CHAOS_API FTetrahedralMetrics (const FManagedArrayCollection &InCollection)
 
virtual CHAOS_API ~FTetrahedralMetrics ()
 
CHAOS_API void DefineSchema ()
 
bool IsConst () const
 
CHAOS_API bool IsValid () const
 
const TManagedArrayAccessor< float > & GetSignedVolumeRO () const
 
TManagedArrayAccessor< float > & GetSignedVolume ()
 
const TManagedArrayAccessor< float > & GetAspectRatioRO () const
 
TManagedArrayAccessor< float > & GetAspectRatio ()
 

Static Public Attributes

static CHAOS_API const FName SignedVolumeAttributeName = "SignedVolume"
 
static CHAOS_API const FName AspectRatioAttributeName = "AspectRatio"
 

Constructor & Destructor Documentation

◆ FTetrahedralMetrics() [1/2]

GeometryCollection::Facades::FTetrahedralMetrics::FTetrahedralMetrics ( FManagedArrayCollection InCollection)

◆ FTetrahedralMetrics() [2/2]

GeometryCollection::Facades::FTetrahedralMetrics::FTetrahedralMetrics ( const FManagedArrayCollection InCollection)

◆ ~FTetrahedralMetrics()

GeometryCollection::Facades::FTetrahedralMetrics::~FTetrahedralMetrics ( )
virtual

Member Function Documentation

◆ DefineSchema()

void GeometryCollection::Facades::FTetrahedralMetrics::DefineSchema ( )

◆ GetAspectRatio()

TManagedArrayAccessor< float > & GeometryCollection::Facades::FTetrahedralMetrics::GetAspectRatio ( )
inline

◆ GetAspectRatioRO()

const TManagedArrayAccessor< float > & GeometryCollection::Facades::FTetrahedralMetrics::GetAspectRatioRO ( ) const
inline

◆ GetSignedVolume()

TManagedArrayAccessor< float > & GeometryCollection::Facades::FTetrahedralMetrics::GetSignedVolume ( )
inline

◆ GetSignedVolumeRO()

const TManagedArrayAccessor< float > & GeometryCollection::Facades::FTetrahedralMetrics::GetSignedVolumeRO ( ) const
inline

◆ IsConst()

bool GeometryCollection::Facades::FTetrahedralMetrics::IsConst ( ) const
inline

◆ IsValid()

bool GeometryCollection::Facades::FTetrahedralMetrics::IsValid ( ) const

Member Data Documentation

◆ AspectRatioAttributeName

const FName GeometryCollection::Facades::FTetrahedralMetrics::AspectRatioAttributeName = "AspectRatio"
static

◆ SignedVolumeAttributeName

const FName GeometryCollection::Facades::FTetrahedralMetrics::SignedVolumeAttributeName = "SignedVolume"
static

The documentation for this class was generated from the following files: