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