Created
August 8, 2022 00:59
-
-
Save zignd/f773076e531324f91f9a9b6e006d6780 to your computer and use it in GitHub Desktop.
Unreal - Print Message on Screen
This file contains hidden or 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, 15.0f, FColor::Yellow, FString::Printf(TEXT("Y: %.2f"), 2345.12f)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment