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