Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/Properties
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UUVLayoutProperties
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/Properties/UVLayoutProperties.h |
| Include | #include "Properties/UVLayoutProperties.h" |
Syntax
UCLASS&40;&41;
class UUVLayoutProperties : public UInteractiveToolPropertySet
Remarks
UV Layout Settings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowFlips | Allow the Repack layout type to flip the orientation of UV islands to save space. | |
| bool | bEnableUDIMLayout | Enable UDIM aware layout and keep islands within their originating UDIM tiles when laying out. | |
| bool | bUDIMCVAREnabled | ||
| EUVLayoutType | LayoutType | Type of layout applied to input UVs | |
| float | Scale | Uniform scale applied to UVs after packing | |
| int | TextureResolution | Expected resolution of the output textures; this controls spacing left between UV islands to avoid interpolation artifacts | |
| FVector2D | Translation | Translation applied to UVs after packing, and after scaling |