![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MeshCaches.h>
Public Member Functions | |
| void | GetTriInfo (int TriangleID, FVector3d &NormalOut, double &AreaOut, FVector3d &CentroidOut) const |
Static Public Member Functions | |
| template<class TriangleMeshType > | |
| static FMeshTriInfoCache | BuildTriInfoCache (const TriangleMeshType &Mesh) |
Public Attributes | |
| TDynamicVector< FVector3d > | Centroids |
| TDynamicVector< FVector3d > | Normals |
| TDynamicVector< double > | Areas |
|
inlinestatic |
|
inline |
| TDynamicVector<double> UE::Geometry::FMeshTriInfoCache::Areas |
| TDynamicVector<FVector3d> UE::Geometry::FMeshTriInfoCache::Centroids |
| TDynamicVector<FVector3d> UE::Geometry::FMeshTriInfoCache::Normals |