Navigation
API > API/Editor > API/Editor/SVGDistanceField
The possible types of distance fields that can be generated
| Name | ESvgDistanceFieldType |
| Type | enum |
| Header File | /Engine/Source/Editor/SVGDistanceField/Public/SvgDistanceFieldConfiguration.h |
| Include Path | #include "SvgDistanceFieldConfiguration.h" |
Syntax
enum ESvgDistanceFieldType
{
Simple,
Perpendicular,
MultiChannelAndSimple,
}
Values
| Name | Remarks |
|---|---|
| Simple | Simple single-channel Euclidean signed distance field |
| Perpendicular | Single-channel perpendicular-distance field - distance from corners is represented so that extrusions are not rounded. |
| MultiChannelAndSimple | Multi-channel signed distance field with simple Euclidean distance field in the alpha channel |