Navigation
API > API/Runtime > API/Runtime/GeometryFramework
References
| |
|
| Module |
GeometryFramework |
| Header |
/Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include |
#include "UDynamicMesh.h" |
Syntax
enum EDynamicMeshAttributeChangeFlags
{
Unknown = 0,
MeshTopology = 1 << 0,
VertexPositions = 1 << 1,
NormalsTangents = 1 << 2,
VertexColors = 1 << 3,
UVs = 1 << 4,
TriangleGroups = 1 << 5,
}
Values
| Name |
Description |
| Unknown |
|
| MeshTopology |
|
| VertexPositions |
|
| NormalsTangents |
|
| VertexColors |
|
| UVs |
|
| TriangleGroups |
|