Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Forward declarations.
| Name | UE::Geometry::EMeshPropertyMapType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshPropertyMapEvaluator.h |
| Include Path | #include "Sampling/MeshPropertyMapEvaluator.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EMeshPropertyMapType
{
Position = 1,
Normal = 2,
FacetNormal = 3,
UVPosition = 4,
MaterialID = 5,
VertexColor = 6,
PolyGroupID = 7,
}
}
}
Values
| Name | Remarks |
|---|---|
| Position | |
| Normal | |
| FacetNormal | |
| UVPosition | |
| MaterialID | |
| VertexColor | |
| PolyGroupID |