Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/CanvasItem.h |
Include |
#include "CanvasItem.h" |
class FCanvasItem
Name | Description | ||
---|---|---|---|
|
BatchedElementParameters |
Used for batch rendering. |
|
|
bFreezeTime |
||
|
BlendMode |
Blend mode. |
|
|
Color |
Color of the item. |
|
|
Position |
The position to draw the item. |
|
|
StereoDepth |
Stereo projection depth in game units. Default value 0 draws at canvas property StereoDepth. |
Name | Description | |
---|---|---|
|
FCanvasItem ( |
Basic render item. |
Name | Description | |
---|---|---|
|
~FCanvasItem() |
Name | Description | ||
---|---|---|---|
|
Draw ( |
||
|
Draw |
Draw this item (this will affect the items position for future draw calls that do no specify a position) |
|
|
Draw ( |
Draw this item (this will affect the items position for future draw calls that do no specify a position) |
|
|
SetColor ( |
Set the Color of the item. |