Navigation
API > API/Plugins > API/Plugins/SVGImporter
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGTypes.h |
| Include | #include "SVGTypes.h" |
Syntax
USTRUCT ()
struct FSVGGradient
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | EndingPoint | This can be either coordinates of percentage values, see GradientUnits value for that. | |
| ESVGGradientPointUnit | GradientUnits | Tells whether this gradient is using coordinates or percentage values for start and end point of the gradient. | |
| FString | Id | ||
| FVector2D | StartingPoint | This can be either coordinates of percentage values, see GradientUnits value for that. | |
| TArray< FSVGGradientStop > | StopNodes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGGradient () |
|||
FSVGGradient
(
const FString& Id, |