Navigation
API > API/Plugins > API/Plugins/SVGImporter > API/Plugins/SVGImporter/FSVGPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PathLineTo
(
const FVector2D& InPointTo |
Path Line To operation (see svg specifications) | SVGPath.h | |
void PathLineTo
(
float InX, |
Path Line To operation (see svg specifications) | SVGPath.h |
PathLineTo(const FVector2D &)
Description
Path Line To operation (see svg specifications)
| Name | PathLineTo |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGPath.h |
| Include Path | #include "SVGPath.h" |
| Source | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Private/SVGPath.cpp |
void PathLineTo
(
const FVector2D & InPointTo
)
PathLineTo(float, float)
Description
Path Line To operation (see svg specifications)
| Name | PathLineTo |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGPath.h |
| Include Path | #include "SVGPath.h" |
| Source | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Private/SVGPath.cpp |
void PathLineTo
(
float InX,
float InY
)