Navigation
API > API/Plugins > API/Plugins/SVGImporter > API/Plugins/SVGImporter/FSVGPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PathMoveTo
(
const FVector2D& InPointTo |
Path Move To operation (see svg specifications) | SVGPath.h | |
void PathMoveTo
(
float InX, |
Path Move To operation (see svg specifications) | SVGPath.h |
PathMoveTo(const FVector2D &)
Description
Path Move To operation (see svg specifications)
| Name | PathMoveTo |
| 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 PathMoveTo
(
const FVector2D & InPointTo
)
PathMoveTo(float, float)
Description
Path Move To operation (see svg specifications)
| Name | PathMoveTo |
| 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 PathMoveTo
(
float InX,
float InY
)