Navigation
API > API/Runtime > API/Runtime/Engine
Description
Does a simple planar map using the bounds of this 2D polygon.
Does a simple box map onto this 2D polygon.
| Name | FGeomTools::GeneratePlanarFitPolyUVs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include Path | #include "GeomTools.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GeomTools.cpp |
namespace FGeomTools
{
void FGeomTools::GeneratePlanarFitPolyUVs
(
FUtilPoly2D & Polygon
)
}