Advertisement
diliupg

UE4 - Add On Screen Debug Message

May 1st, 2022
1,338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. if ( GEngine ) GEngine->AddOnScreenDebugMessage(
  2.             1,
  3.             -1,
  4.             FColor::Blue,
  5.             FString::Printf( TEXT( "CharacterYaw: %f" ), CharacterYaw ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement