Created
March 8, 2017 12:27
-
-
Save pjc0247/5551c05d1b4c21fcc5e67e8c107de1f6 to your computer and use it in GitHub Desktop.
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
#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