Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FMeshDescription
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FTriangleID, Alloc > GetVertexConnectedTriangles
(
const FVertexID VertexID |
Returns the triangles connected to this vertex as an array with the specified allocator template type. | MeshDescription.h | |
TArray< FTriangleID > GetVertexConnectedTriangles
(
const FVertexID VertexID |
Returns the triangles connected to this vertex | MeshDescription.h | |
void GetVertexConnectedTriangles
(
const FVertexID VertexID, |
Populates the passed array of TriangleIDs with the triangles connected to this vertex | MeshDescription.h |
GetVertexConnectedTriangles(const FVertexID)
Description
Returns the triangles connected to this vertex as an array with the specified allocator template type.
| Name | GetVertexConnectedTriangles |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h |
| Include Path | #include "MeshDescription.h" |
template<typename Alloc>
TArray < FTriangleID , Alloc > GetVertexConnectedTriangles
(
const FVertexID VertexID
) const
GetVertexConnectedTriangles(const FVertexID)
Description
Returns the triangles connected to this vertex
| Name | GetVertexConnectedTriangles |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h |
| Include Path | #include "MeshDescription.h" |
TArray < FTriangleID > GetVertexConnectedTriangles
(
const FVertexID VertexID
) const
GetVertexConnectedTriangles(const FVertexID, TArray< FTriangleID, Alloc > &)
Description
Populates the passed array of TriangleIDs with the triangles connected to this vertex
| Name | GetVertexConnectedTriangles |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshDescription.h |
| Include Path | #include "MeshDescription.h" |
template<typename Alloc>
void GetVertexConnectedTriangles
(
const FVertexID VertexID,
TArray < FTriangleID , Alloc > & OutConnectedTriangleIDs
) const