FScreenMessageString

On-screen debug message handling Helper struct for tracking on screen messages.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Syntax

struct FScreenMessageString

Remarks

On-screen debug message handling Helper struct for tracking on screen messages.

Variables

Name Description

Public variable

float

 

CurrentTimeDisplayed

The number of frames it has been displayed so far.

Public variable

FColor

 

DisplayColor

The color to display the message in.

Public variable

uint64

 

Key

The 'key' for this message.

Public variable

FString

 

ScreenMessage

The message to display.

Public variable

FVector2D

 

TextScale

Scale of text

Public variable

float

 

TimeToDisplay

The number of frames to display it.

Constructors

Name Description

Public function

FScreenMessageString()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss