Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
Include |
#include "Engine/Engine.h" |
Source |
/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
Add a FString to the On-screen debug message system. bNewerOnTop only works with Key == INDEX_NONE
This function will add a debug message to the onscreen message list. It will be displayed for FrameCount frames.
Parameter |
Description |
---|---|
Key |
A unique key to prevent the same message from being added multiple times. |
TimeToDisplay |
How long to display the message, in seconds. |
DisplayColor |
The color to display the text in. |
DebugMessage |
The message to display. |