Navigation
API > API/Plugins > API/Plugins/MutableRuntime
Helper structs for mesh utility methods below.
| Name | FTriangleInfo |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Mesh.h |
| Include Path | #include "MuR/Mesh.h" |
Syntax
struct FTriangleInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockIndices | uint16 | Optional data with layout block indices. | MuR/Mesh.h | |
| bUVsFixed | bool | Optional data with a flag indicating the UVs have changed during layout for this trioangle. | MuR/Mesh.h | |
| CollapsedIndices | uint32 | Vertex indices in the collapsed vertex list of the mesh. | MuR/Mesh.h | |
| Indices | uint32 | Vertex indices in the original mesh. | MuR/Mesh.h |