Navigation
API > API/Editor > API/Editor/SVGDistanceField
The units in which certain values are expressed
| Name | ESvgDistanceFieldUnits |
| Type | enum |
| Header File | /Engine/Source/Editor/SVGDistanceField/Public/SvgDistanceFieldConfiguration.h |
| Include Path | #include "SvgDistanceFieldConfiguration.h" |
Syntax
enum ESvgDistanceFieldUnits
{
SvgUnits,
OutputPixels,
ProportionalToMaxDimension,
}
Values
| Name | Remarks |
|---|---|
| SvgUnits | The "user units" sometimes also referred to as pixels in the input SVG file |
| OutputPixels | Pixels of the output image |
| ProportionalToMaxDimension | Proportion of the larger dimension of the output image |