Navigation
API > API/Plugins > API/Plugins/SVGImporter > API/Plugins/SVGImporter/FSVGGraphicsElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetStrokeColor
(
const FColor& InColor |
Set stroke color (used if this graphic element has strokes) | SVGElements.h | |
void SetStrokeColor
(
const FString& InColorSVGString |
Set stroke color (used if this graphic element has strokes) | SVGElements.h |
SetStrokeColor(const FColor &)
Description
Set stroke color (used if this graphic element has strokes)
| Name | SetStrokeColor |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGElements.h |
| Include Path | #include "SVGElements.h" |
void SetStrokeColor
(
const FColor & InColor
)
SetStrokeColor(const FString &)
Description
Set stroke color (used if this graphic element has strokes)
| Name | SetStrokeColor |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGElements.h |
| Include Path | #include "SVGElements.h" |
void SetStrokeColor
(
const FString & InColorSVGString
)