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
&123;
ReedBeta,
Sander_L2,
Sander_LInf,
TexelDensity,
&125;
Values
| Name | Description |
|---|---|
| ReedBeta | Represents the shape deviation from the worldspace triangle element, sans scaling. |
| Sander_L2 | Represents the root-mean-square strech over all directions vs the worldspace triangle element. |
| Sander_LInf | Represents the worst-case, or greatest stretch in any particular direction, vs the worldspace triangle element. |
| TexelDensity | Shows the current texile density ratio, compared against the average baseline of the entire mesh. |