Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling
Inheritance Hierarchy
- FMeshMapEvaluator
- FMeshConstantMapEvaluator
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshConstantMapEvaluator.h |
| Include | #include "Sampling/MeshConstantMapEvaluator.h" |
Syntax
class FMeshConstantMapEvaluator : public UE::Geometry::FMeshMapEvaluator
Remarks
A mesh evaluator for constant data. This evaluator can be useful as a filler when computing per channel color data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshConstantMapEvaluator
(
float ValueIn |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EvaluateChannel
(
const int DataIdx, |
||
| void | EvaluateColor
(
const int DataIdx, |
||
| void | EvaluateDefault
(
float*& Out, |
||
| void | EvaluateSample
(
float*& Out, |
Overridden from FMeshMapEvaluator
| Type | Name | Description | |
|---|---|---|---|
| const TArray< EComponents > & | DataLayout () |
||
| void | Setup
(
const FMeshBaseBaker& Baker, |
Invoked at start of bake to setup this evaluator and return an evaluation context to the baker. | |
| EMeshMapEvaluatorType | Type () |