Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UBakeRenderCaptureToolProperties
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/BakeRenderCaptureTool.h |
| Include | #include "BakeRenderCaptureTool.h" |
Syntax
UCLASS ()
class UBakeRenderCaptureToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableMapPreview | ||
| FString | MapPreview | The map type to preview | |
| TArray< FString > | MapPreviewNamesList | ||
| EBakeTextureSamplesPerPixel | SamplesPerPixel | Number of samples per pixel | |
| EBakeTextureResolution | TextureSize | Size of generated textures | |
| float | ValidSampleDepthThreshold | This threshold is used to detect occlusion artefacts (e.g., silhouettes/blotches in the base color) so that texels exhibiting them can be cleaned up i.e., rejected and filled in using the values of nearby valid texels instead. |