Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

add on screen debug message ue4

//include needed
#include "Engine/Engine.h"

//Format
void AddOnScreenDebugMessage(uint64 Key, float TimeToDisplay, FColor DisplayColor, const FString & DebugMessage, bool bNewerOnTop, const FVector2D & TextScale);

//Example Code
Engine->AddOnScreenDebugMessage(0, 2, FColor::Green, TEXT("Example Message"));

//For more information vist "https://docs.unrealengine.com/en-US/API/Runtime/Engine/Engine/UEngine/AddOnScreenDebugMessage/1/index.html"
Source by docs.unrealengine.com #
 
PREVIOUS NEXT
Tagged: #add #screen #debug #message
ADD COMMENT
Topic
Name
3+2 =