Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FCanvasItem
- FCanvasNGonItem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include | #include "CanvasItem.h" |
Syntax
class FCanvasNGonItem : public FCanvasItem
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCanvasNGonItem
(
const FVector2D& InPosition, |
NGon item Several tris with a common central point with a fixed radius. | ||
FCanvasNGonItem
(
const FVector2D& InPosition, |
NGon item Several texture tris with a common central point with a fixed radius. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetupPosition
(
const FVector2D& InPosition, |
Regenerates the tri list for the object with a new central point and radius |
Overridden from FCanvasItem
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | SetColor
(
const FLinearColor& InColor |
Set the Color of the item. |