Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Forward declarations.
| Name | UE::Geometry::EMeshMapEvaluatorType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshMapEvaluator.h |
| Include Path | #include "Sampling/MeshMapEvaluator.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EMeshMapEvaluatorType
{
Constant,
Normal,
Occlusion,
Curvature,
Property,
ResampleImage,
MultiResampleImage,
RenderCapture,
UVShell,
Height,
}
}
}
Values
| Name | Remarks |
|---|---|
| Constant | |
| Normal | |
| Occlusion | |
| Curvature | |
| Property | |
| ResampleImage | |
| MultiResampleImage | |
| RenderCapture | |
| UVShell | |
| Height |