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