Choose your operating system:
Windows
macOS
Linux
| FMeshBaseBaker
|
Module |
|
Header |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshVertexBaker.h |
Include |
#include "Sampling/MeshVertexBaker.h" |
class FMeshVertexBaker : public UE::Geometry::FMeshBaseBaker
Name | Description | ||
---|---|---|---|
|
BakeContexts |
Evaluation contexts for each mesh evaluator. |
|
|
BakeDefaults |
Internal cached default bake data. |
|
|
BakeInternal |
||
|
BakeMode |
||
|
TUniquePtr< TIm... |
BakeResult |
Bake output image. |
|
Bakers |
Internal list of bake evaluators. |
|
|
BakeSampleBufferSize |
The total size of the temporary float buffer for BakeSample. |
|
|
const bool |
bParallel |
|
|
CancelF |
If this function returns true, we should abort calculation |
|
|
TSharedPtr< FMe... |
ChannelEvaluators |
Evaluators to use for per channel (RGBA) bakes |
|
TSharedPtr< FMe... |
ColorEvaluator |
Evaluator to use for full color bakes |
|
Dimensions |
Internally cached image dimensions proportional to the number of unique vertex color elements. |
|
|
double |
TotalBakeDuration |
Analytics |
Name |
Description |
|
---|---|---|
|
EBakeMode |
Name |
Description |
---|---|
BakeFn |
Function pointer to internal bake implementation. |
Name |
Description |
---|---|
OneEvaluator |
|
ZeroEvaluator |
Constant evaluator for empty channels. |