Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| Name | UBakeRenderCaptureVisualizationProperties |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/BakeRenderCaptureTool.h |
| Include Path | #include "BakeRenderCaptureTool.h" |
Syntax
UCLASS (MinimalAPI)
class UBakeRenderCaptureVisualizationProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UBakeRenderCaptureVisualizationProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UBakeRenderCaptureVisualizationProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPreviewAsMaterial | bool | If true preview results by connecting them to corresponding material inputs If false connect the selected preview output as the Base Color input and use empty maps for other material inputs | BakeRenderCaptureTool.h |
|
| Brightness | float | Adjust the brightness of the Base Color material input; does not affect results stored in textures | BakeRenderCaptureTool.h |
|
| EmissiveScale | float | Adjust the brightness of the Emissive Color material input; does not affect results stored in textures | BakeRenderCaptureTool.h |
|
| SSBrightness | float | Adjust the brightness of the Subsurface Color material input; does not affect results stored in textures | BakeRenderCaptureTool.h |
|