Navigation
API > API/Plugins > API/Plugins/SVGImporter > API/Plugins/SVGImporter/FSVGPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPoint
(
const FVector2D& Point |
Add a point to this path | SVGPath.h | |
void AddPoint
(
const FVector2D& Point, |
Add a point to this path | SVGPath.h | |
void AddPoint
(
float InX, |
Add a point to this path | SVGPath.h |
AddPoint(const FVector2D &)
Description
Add a point to this path
| Name | AddPoint |
| 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 AddPoint
(
const FVector2D & Point
)
Parameters
| Name | Remarks |
|---|---|
| Point | the location of the point |
AddPoint(const FVector2D &, const FVector2D &, const FVector2D &)
Description
Add a point to this path
| Name | AddPoint |
| 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 AddPoint
(
const FVector2D & Point,
const FVector2D & ArriveControlPoint,
const FVector2D & LeaveControlPoint
)
Parameters
| Name | Remarks |
|---|---|
| Point | the location of the point |
| ArriveControlPoint | the location of the Arrive Control Point |
| LeaveControlPoint | the location of the Leave Control Point |
AddPoint(float, float, float, float, float, float)
Description
Add a point to this path
| Name | AddPoint |
| 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 AddPoint
(
float InX,
float InY,
float InCx,
float InCy,
float OutCx,
float OutCy
)
Parameters
| Name | Remarks |
|---|---|
| InX | Point X |
| InY | Point Y |
| InCx | In Control Point X |
| InCy | In Control Point Y |
| OutCx | Out Control Point X |
| OutCy | Out Control Point Y |