Skip to content

Instantly share code, notes, and snippets.

@pjc0247
Created March 8, 2017 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjc0247/5551c05d1b4c21fcc5e67e8c107de1f6 to your computer and use it in GitHub Desktop.
Save pjc0247/5551c05d1b4c21fcc5e67e8c107de1f6 to your computer and use it in GitHub Desktop.
#define LOG_WARNING(x, ...) UE_LOG(LogTemp, Warning, TEXT("%s - "##x), TEXT(__FUNCTION__), __VA_ARGS__)
#define LOG_ERROR(x, ...) UE_LOG(LogTemp, Error, TEXT("%s - "##x), TEXT(__FUNCTION__), __VA_ARGS__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment