Skip to content

Instantly share code, notes, and snippets.

@hanzochang
Created March 4, 2017 05:22
Show Gist options
  • Save hanzochang/f3366459c8051852ba88dc27a532d717 to your computer and use it in GitHub Desktop.
Save hanzochang/f3366459c8051852ba88dc27a532d717 to your computer and use it in GitHub Desktop.
[UE4] DebugMessageTemplate
if (GEngine) { GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Red, TEXT("debugmessage")); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment