Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FCanvasItem
- FCanvasBoxItem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include | #include "CanvasItem.h" |
Syntax
class FCanvasBoxItem : public FCanvasItem
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | LineThickness | The thickness of the line. | |
| FVector2D | Size | Size of the box. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCanvasBoxItem
(
const FVector2D& InPosition, |