Navigation
API > API/Runtime > API/Runtime/GeometryCore
Inheritance Hierarchy
- TTriangleMeshAdapter
- FMeshDescriptionMeshAdapterd
- TMeshWrapperAdapterd
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/MeshAdapter.h |
| Include | #include "MeshAdapter.h" |
Syntax
template<typename RealType>
struct TTriangleMeshAdapter
Remarks
Most generic / lazy example of a triangle mesh adapter; possibly useful for prototyping / building on top of (but slower than making a more specific-case adapter)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFunction< uint64()> | GetChangeStamp | ||
| TFunction< FIndex3i(int32)> | GetTriangle | ||
| TFunction< TVector< RealType >(int32)> | GetVertex | ||
| TFunction< bool(int32 index)> | IsTriangle | ||
| TFunction< bool(int32 index)> | IsVertex | ||
| TFunction< int32()> | MaxTriangleID | ||
| TFunction< int32()> | MaxVertexID | ||
| TFunction< int32()> | TriangleCount | ||
| TFunction< int32()> | VertexCount |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetTriVertices
(
int TID, |