Navigation
API > API/Plugins > API/Plugins/DynamicMesh
A mesh evaluator for mesh height as color data.
| Name | FMeshHeightMapEvaluator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshHeightMapEvaluator.h |
| Include Path | #include "Sampling/MeshHeightMapEvaluator.h" |
Syntax
class FMeshHeightMapEvaluator : public UE::Geometry::FMeshMapEvaluator
Inheritance Hierarchy
- FMeshMapEvaluator → FMeshHeightMapEvaluator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sampling/MeshHeightMapEvaluator.h | |||
FMeshHeightMapEvaluator
(
const FMeshHeightMapEvaluator& |
Sampling/MeshHeightMapEvaluator.h |
Enums
Public
| Name | Remarks |
|---|---|
| EHeightRangeMode |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Range | FInterval1f | Sampling/MeshHeightMapEvaluator.h | ||
| RangeMode | EHeightRangeMode | Sampling/MeshHeightMapEvaluator.h |
Functions
Public
Overridden from FMeshMapEvaluator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TArray< EComponents > & DataLayout() |
Sampling/MeshHeightMapEvaluator.h | ||
virtual void Setup
(
const FMeshBaseBaker& Baker, |
Invoked at start of bake to setup this evaluator and return an evaluation context to the baker. | Sampling/MeshHeightMapEvaluator.h | |
virtual EMeshMapEvaluatorType Type() |
Sampling/MeshHeightMapEvaluator.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void EvaluateChannel
(
const int DataIdx, |
Sampling/MeshHeightMapEvaluator.h | ||
static void EvaluateColor
(
const int DataIdx, |
Sampling/MeshHeightMapEvaluator.h | ||
static void EvaluateDefault
(
float*& Out, |
Sampling/MeshHeightMapEvaluator.h | ||
static void EvaluateSample
(
float*& Out, |
Sampling/MeshHeightMapEvaluator.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeshHeightMapEvaluator & operator=
(
const FMeshHeightMapEvaluator& |
Sampling/MeshHeightMapEvaluator.h |