Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FMeshDescription
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const FVertexID > GetTriangleVertices
(
const FTriangleID TriangleID |
Return the vertices which define this triangle | MeshDescription.h | |
void GetTriangleVertices
(
const FTriangleID TriangleID, |
Populates the passed array with the vertices which define this triangle | MeshDescription.h |
GetTriangleVertices(const FTriangleID)
Description
Return the vertices which define this triangle
| Name | GetTriangleVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h |
| Include Path | #include "MeshDescription.h" |
TArrayView < const FVertexID > GetTriangleVertices
(
const FTriangleID TriangleID
) const
GetTriangleVertices(const FTriangleID, TArrayView< FVertexID >)
Description
Populates the passed array with the vertices which define this triangle
| Name | GetTriangleVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h |
| Include Path | #include "MeshDescription.h" |
void GetTriangleVertices
(
const FTriangleID TriangleID,
TArrayView < FVertexID > OutVertexIDs
) const