Navigation
API > API/Runtime > API/Runtime/GeometryFramework
| |
|
| Name |
EDynamicMeshAttributeChangeFlags |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include Path |
#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 |
Remarks |
| Unknown |
|
| MeshTopology |
|
| VertexPositions |
|
| NormalsTangents |
|
| VertexColors |
|
| UVs |
|
| TriangleGroups |
|