Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/ParameterizationOps
References
| |
|
| Module |
ModelingOperators |
| Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/ParameterizationOps/UVProjectionOp.h |
| Include |
#include "ParameterizationOps/UVProjectionOp.h" |
Syntax
enum EUVProjectionMethod
&123;
Box,
Cylinder,
Plane,
ExpMap,
&125;
Values
| Name |
Description |
| Box |
Calculate UVs by assigning triangles to faces of a box, and then apply per-box-face planar projection |
| Cylinder |
Calculate UVs by assigning triangles to a cylinder using radial projection or cylinder end caps using planar projection |
| Plane |
Calculate UVs by projecting to a plane |
| ExpMap |
Calculate UVs by Exponential Map projection centered at the surface point nearest to the center of the input plane |