Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling > API/Plugins/DynamicMesh/Sampling/FMeshMapEvaluator
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshMapEvaluator.h |
| Include | #include "Sampling/MeshMapEvaluator.h" |
Syntax
enum EAccumulateMode
&123;
Add,
Overwrite,
Last,
&125;
Values
| Name | Description |
|---|---|
| Add | Accumulate sample results (valid & default) into the buffer. |
| Overwrite | Overwrite the previous sample result with the new value into the buffer. |
| Last | Last mode. Used to count modes. Ensure this is always last. |
Remarks
Accumulate mode informs the baker how samples should be accumulated into the buffer.