Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling
Inheritance Hierarchy
- FMeshMapEvaluator
- FMeshUVShellMapEvaluator
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshUVShellMapEvaluator.h |
| Include | #include "Sampling/MeshUVShellMapEvaluator.h" |
Syntax
class FMeshUVShellMapEvaluator : public UE::Geometry::FMeshMapEvaluator
Remarks
A mesh evaluator for mesh properties as color data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector4f | BackgroundColor | ||
| const IMeshBakerDetailSampler * | DetailSampler | Cached data. | |
| FVector4f | ShellColor | ||
| FVector2d | TexelSize | ||
| int | UVLayer | ||
| FVector4f | WireframeColor | ||
| float | WireframeThickness |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
FMeshUVShellMapEvaluator
(
const FMeshUVShellMapEvaluator& |
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 () |
||
| PRAGMA_ENABLE_DEPRECATION_WARNINGS void | Setup
(
const FMeshBaseBaker& Baker, |
Invoked at start of bake to setup this evaluator and return an evaluation context to the baker. | |
| EMeshMapEvaluatorType | Type () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMeshUVShellMapEvaluator & | operator=
(
const FMeshUVShellMapEvaluator& |