Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCanvas
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDrawColor
(
FColor const& C |
Set draw color. (FColor) | Engine/Canvas.h | |
void SetDrawColor
(
uint8 R, |
Set draw color. (R,G,B,A) | Engine/Canvas.h |
SetDrawColor(FColor const &)
Description
Set draw color. (FColor)
| Name | SetDrawColor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h |
| Include Path | #include "Engine/Canvas.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void SetDrawColor
(
FColor const & C
)
SetDrawColor(uint8, uint8, uint8, uint8)
Description
Set draw color. (R,G,B,A)
| Name | SetDrawColor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h |
| Include Path | #include "Engine/Canvas.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void SetDrawColor
(
uint8 R,
uint8 G,
uint8 B,
uint8 A
)