Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasLineItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CanvasItem.h | |||
FCanvasLineItem
(
const FVector2D& InPosition, |
A Line. | CanvasItem.h | |
FCanvasLineItem
(
const FVector& InPosition, |
A Line. | CanvasItem.h |
FCanvasLineItem()
| Name | FCanvasLineItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include Path | #include "CanvasItem.h" |
FCanvasLineItem()
FCanvasLineItem(const FVector2D &, const FVector2D &)
Description
A Line.
| Name | FCanvasLineItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include Path | #include "CanvasItem.h" |
FCanvasLineItem
(
const FVector2D & InPosition,
const FVector2D & InEndPos
)
Parameters
| Name | Remarks |
|---|---|
| InPosition | Start position |
| InEndPos | End position |
FCanvasLineItem(const FVector &, const FVector &)
Description
A Line.
| Name | FCanvasLineItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include Path | #include "CanvasItem.h" |
FCanvasLineItem
(
const FVector & InPosition,
const FVector & InEndPos
)
Parameters
| Name | Remarks |
|---|---|
| InPosition | Start position |
| InEndPos | End position |