Navigation
API > API/Runtime > API/Runtime/Engine
Helper class to write a line of texts on screen
| Name | FScreenMessageWriter |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include Path | #include "CanvasTypes.h" |
Syntax
struct FScreenMessageWriter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScreenMessageWriter
(
FCanvas& InCanvas, |
CanvasTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Canvas | FCanvas & | CanvasTypes.h | ||
| Y | int32 | CanvasTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawLine
(
const FText& Message, |
CanvasTypes.h | ||
void EmptyLine() |
CanvasTypes.h |