Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
| |
|
| Name |
XAtlasChartOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/XAtlasWrapper.h |
| Include Path |
#include "XAtlasWrapper.h" |
Syntax
struct XAtlasChartOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bFixWinding |
bool |
|
XAtlasWrapper.h |
|
| bUseInputMeshUvs |
bool |
|
XAtlasWrapper.h |
|
| MaxBoundaryLength |
float |
|
XAtlasWrapper.h |
|
| MaxChartArea |
float |
|
XAtlasWrapper.h |
|
| MaxCost |
float |
|
XAtlasWrapper.h |
|
| MaxIterations |
uint32_t |
|
XAtlasWrapper.h |
|
| NormalDeviationWeight |
float |
Weights determine chart growth. Higher weights mean higher cost for that metric. |
XAtlasWrapper.h |
|
| NormalSeamWeight |
float |
|
XAtlasWrapper.h |
|
| ParamFunc |
XAtlasParameterizeFunc |
|
XAtlasWrapper.h |
|
| RoundnessWeight |
float |
|
XAtlasWrapper.h |
|
| StraightnessWeight |
float |
|
XAtlasWrapper.h |
|
| TextureSeamWeight |
float |
|
XAtlasWrapper.h |
|