FUVPacker::GetIslandStats

Compute common stats used by the packing algorithms to transform UV islands

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Parameterization/UVPacking.h

Include

#include "Parameterization/UVPacking.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Private/Parameterization/UVPacking.cpp

Syntax

void GetIslandStats
(
    IUVMeshView * Mesh,
    const TArray< int32 > & Island,
    FAxisAlignedBox2d & IslandBoundsOut,
    double & IslandScaleFactorOut,
    double & UVAreaOut
)

Remarks

Compute common stats used by the packing algorithms to transform UV islands

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss