Navigation
API > API/Runtime > API/Runtime/Engine
A box drawn with dashed lines that wrap at the corners.
| |
|
| Name |
FCanvasDashedBoxItem |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include Path |
#include "CanvasItem.h" |
Syntax
class FCanvasDashedBoxItem : public FCanvasItem
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FCanvasDashedBoxItem
(
const FVector2D& InPosition,
const FVector2D& InSize
)
|
|
CanvasItem.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DashGap |
float |
The length of the gap between dashes. |
CanvasItem.h |
|
| DashLength |
float |
The length of the dashes. |
CanvasItem.h |
|
| DashThickness |
float |
The thickness of the dashes. |
CanvasItem.h |
|
| Size |
FVector2d |
Size of the box. |
CanvasItem.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
CanvasItem.h |
|
virtual void Draw
(
FCanvas* InCanvas,
const FVector2D& InPosition
)
|
Expose the functions defined in the base class. |
CanvasItem.h |
|
virtual void Draw
(
FCanvas* InCanvas,
float X,
float Y
)
|
Expose the functions defined in the base class. |
CanvasItem.h |
|