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
- FCanvasItem → FCanvasDashedBoxItem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCanvasDashedBoxItem
(
const FVector2D& InPosition, |
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
Overridden from FCanvasItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CanvasItem.h | |||
| Expose the functions defined in the base class. | CanvasItem.h | ||
| Expose the functions defined in the base class. | CanvasItem.h |