Created
March 4, 2017 05:22
-
-
Save hanzochang/f3366459c8051852ba88dc27a532d717 to your computer and use it in GitHub Desktop.
[UE4] DebugMessageTemplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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