Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | ERecomputeUVsToolOrientationMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/Properties/RecomputeUVsProperties.h |
| Include Path | #include "Properties/RecomputeUVsProperties.h" |
Syntax
enum ERecomputeUVsToolOrientationMode
{
None,
MinBounds,
}
Values
| Name | Remarks |
|---|---|
| None | Do not rotate UV islands |
| MinBounds | Automatically rotate each UV island to reduce its bounding box size |