Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasNGonItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCanvasNGonItem
(
const FVector2D& InPosition, |
NGon item Several tris with a common central point with a fixed radius. | CanvasItem.h | |
FCanvasNGonItem
(
const FVector2D& InPosition, |
NGon item Several texture tris with a common central point with a fixed radius. | CanvasItem.h |
FCanvasNGonItem(const FVector2D &, const FVector2D &, int32, const FLinearColor &)
Description
NGon item Several tris with a common central point with a fixed radius.
| Name | FCanvasNGonItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include Path | #include "CanvasItem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/CanvasItem.cpp |
FCanvasNGonItem
(
const FVector2D & InPosition,
const FVector2D & InRadius,
int32 InNumSides,
const FLinearColor & InColor
)
Parameters
| Name | Remarks |
|---|---|
| InPosition | List of triangles |
| InNumSides | How many tris/sides the object has |
| InTexture | Texture to render |
| InColor | Color to tint the texture with |
FCanvasNGonItem(const FVector2D &, const FVector2D &, int32, const FTexture *, const FLinearColor &)
Description
NGon item Several texture tris with a common central point with a fixed radius.
| Name | FCanvasNGonItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include Path | #include "CanvasItem.h" |
FCanvasNGonItem
(
const FVector2D & InPosition,
const FVector2D & InRadius,
int32 InNumSides,
const FTexture * InTexture,
const FLinearColor & InColor
)
Parameters
| Name | Remarks |
|---|---|
| InPosition | List of triangles |
| InRadius | Size of the object |
| InNumSides | How many tris/sides the object has |
| InTexture | Texture to render |
| InColor | Color to tint the texture with |