Navigation
API > API/Plugins > API/Plugins/SVGImporter > API/Plugins/SVGImporter/FSVGPathElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SVGPath.h | |||
FSVGPathElement
(
const FVector2D& Point, |
SVGPath.h |
FSVGPathElement()
| Name | FSVGPathElement |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGPath.h |
| Include Path | #include "SVGPath.h" |
FSVGPathElement()
FSVGPathElement(const FVector2D &, const FVector2D &, const FVector2D &)
| Name | FSVGPathElement |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGPath.h |
| Include Path | #include "SVGPath.h" |
FSVGPathElement
(
const FVector2D & Point,
const FVector2D & InArriveControlPoint,
const FVector2D & InLeaveControlPoint
)