Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Visualization settings for UV layout preview
| Name | UUVLayoutPreviewProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/UVLayoutPreview.h |
| Include Path | #include "Drawing/UVLayoutPreview.h" |
Syntax
UCLASS (MinimalAPI)
class UUVLayoutPreviewProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UUVLayoutPreviewProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UUVLayoutPreviewProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | Enable the preview UV layout | Drawing/UVLayoutPreview.h |
|
| bShowWireframe | bool | Show wireframe mesh in the preview UV layout | Drawing/UVLayoutPreview.h |
|
| meta | Uniform scaling factor | Drawing/UVLayoutPreview.h |
|
|
| Offset | FVector2D | Offset relative to the center of the selected object | Drawing/UVLayoutPreview.h |
|
| Side | EUVLayoutPreviewSide | Which side of the selected object the preview UV layout is shown | Drawing/UVLayoutPreview.h |
|