Navigation
API > API/Plugins > API/Plugins/UVEditor
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorDistortionVisualization.h |
| Include | #include "UVEditorDistortionVisualization.h" |
Syntax
enum EDistortionMetric
{
UMETA =(DisplayName = "Elliptical Eccentricity"),
UMETA =(DisplayName = "L2 Norm"),
UMETA =(DisplayName = "L Infinity Norm"),
UMETA =(DisplayName = "Texel Density"),
}
Values
| Name | Description |
|---|---|
| UMETA | Represents the shape deviation from the worldspace triangle element, sans scaling. |
| UMETA | Represents the root-mean-square strech over all directions vs the worldspace triangle element. |
| UMETA | Represents the worst-case, or greatest stretch in any particular direction, vs the worldspace triangle element. |
| UMETA | Shows the current texile density ratio, compared against the average baseline of the entire mesh. |