 |
TArray< FMeshMapEvaluator::FEvaluationContext > |
BakeContexts |
Evaluation contexts for each mesh evaluator. |
 |
FVector4f |
BakeDefaults |
Internal cached default bake data. |
 |
BakeFn |
BakeInternal |
|
 |
EBakeMode |
BakeMode |
|
 |
TUniquePtr< TImageBuilder< FVector4f > > |
BakeResult |
Bake output image. |
 |
TArray< FMeshMapEvaluator * > |
Bakers |
Internal list of bake evaluators. |
 |
int32 |
BakeSampleBufferSize |
The total size of the temporary float buffer for BakeSample. |
 |
const bool |
bParallel |
|
 |
TFunction< bool(void)> |
CancelF |
If this function returns true, we should abort calculation |
 |
TSharedPtr< FMeshMapEvaluator, ESPMode::ThreadSafe >[4] |
ChannelEvaluators |
Evaluators to use for per channel (RGBA) bakes |
 |
TSharedPtr< FMeshMapEvaluator, ESPMode::ThreadSafe > |
ColorEvaluator |
Evaluator to use for full color bakes |
 |
FImageDimensions |
Dimensions |
Internally cached image dimensions proportional to the number of unique vertex color elements. |
 |
double |
TotalBakeDuration |
Analytics |