Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FCanvasBoxItem |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include Path | #include "CanvasItem.h" |
Syntax
class FCanvasBoxItem : public FCanvasItem
Inheritance Hierarchy
- FCanvasItem → FCanvasBoxItem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCanvasBoxItem
(
const FVector2D& InPosition, |
CanvasItem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LineThickness | float | The thickness of the line. | CanvasItem.h | |
| Size | FVector2D | Size of the box. | CanvasItem.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Corners | TArray< FVector > | 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 |