Navigation
API > API/Plugins > API/Plugins/ModelingOperatorsEditorOnly
| |
|
| Name |
EParameterizeMeshUVMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/Properties/ParameterizeMeshProperties.h |
| Include Path |
#include "Properties/ParameterizeMeshProperties.h" |
Syntax
enum EParameterizeMeshUVMethod
{
PatchBuilder = 0,
UVAtlas = 1,
XAtlas = 2,
}
Values
| Name |
Remarks |
| PatchBuilder |
Compute automatic UVs using the Patch Builder technique |
| UVAtlas |
Compute automatic UVs using the UVAtlas technique |
| XAtlas |
Compute automatic UVs using the XAtlas technique |