![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CanvasTypes.h>
Public Member Functions | |
| FScreenMessageWriter (FCanvas &InCanvas, int32 InY) | |
| void | EmptyLine () |
| ENGINE_API void | DrawLine (const FText &Message, int32 X=10, const FLinearColor &Color=FLinearColor(1.0f, 0.05f, 0.05f, 1.0f)) |
Public Attributes | |
| FCanvas & | Canvas |
| int32 | Y |
Helper class to write a line of texts on screen
| void FScreenMessageWriter::DrawLine | ( | const FText & | Message, |
| int32 | X = 10, |
||
| const FLinearColor & | Color = FLinearColor(1.0f, 0.05f, 0.05f, 1.0f) |
||
| ) |
|
inline |
| FCanvas& FScreenMessageWriter::Canvas |
| int32 FScreenMessageWriter::Y |