Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling > API/Plugins/DynamicMesh/Sampling/FMeshMapEvaluator > API/Plugins/DynamicMesh/Sampling/FMeshMapEvaluator/FEvaluationContext
Type
typedef void) EvaluateChannelFn
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshMapEvaluator.h |
| Include | #include "Sampling/MeshMapEvaluator.h" |
Remarks
Function pointer to evaluate the single channel representation of an evaluated sample result.
This function will be invoked once per pixel channel after the evaluated samples have been accumulated. This function should:
- assume that the size of the buffer is correct.
- advance the [In] buffer pointer by the DataLayout stride.