Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeMesh.h |
| Include | #include "MuT/NodeMesh.h" |
Syntax
struct FTriangleInfo
Remarks
Helper structs for mesh utility methods below.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16[3] | BlockIndices | Optional data with layout block indices. | |
| bool | bUVsFixed | Optional data with a flag indicating the UVs have changed during layout for this trioangle. | |
| uint32[3] | CollapsedIndices | Vertex indices in the collapsed vertex list of the mesh. | |
| uint32[3] | Indices | Vertex indices in the original mesh. |