Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling > API/Plugins/DynamicMesh/Sampling/FRenderCaptureMapEvaluator
- FMeshMapEvaluator::Setup()
- FRenderCaptureMapEvaluator::Setup()
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/RenderCaptureMapEvaluator.h |
| Include | #include "Sampling/RenderCaptureMapEvaluator.h" |
virtual void Setup
&40;
const FMeshBaseBaker & Baker,
FEvaluationContext & Context
&41;
Remarks
Invoked at start of bake to setup this evaluator and return an evaluation context to the baker. The evaluation context indicates to the baker how the evaluator should be invoked. See FEvaluationContext for more details.
Parameters
| Name | Description |
|---|---|
| Baker | the baker that owns this evaluator. |
| Context | [out] the evaluation context. |