Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | UBakeUVShellMapToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeToolCommon.h |
| Include Path | #include "BakeMeshAttributeToolCommon.h" |
Syntax
UCLASS (MinimalAPI)
class UBakeUVShellMapToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UBakeUVShellMapToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UBakeUVShellMapToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundColor | FLinearColor | The color of pixels external to UV shells. | BakeMeshAttributeToolCommon.h |
|
| ShellColor | FLinearColor | The color of the UV shell interior pixels. | BakeMeshAttributeToolCommon.h |
|
| UVLayer | int | The source mesh UV Layer to sample. | BakeMeshAttributeToolCommon.h |
|
| WireframeColor | FLinearColor | The color of wireframe pixels. | BakeMeshAttributeToolCommon.h |
|
| WireframeThickness | float | The thickness of the wireframe in pixels. | BakeMeshAttributeToolCommon.h |
|