We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a1d26 commit 04e0ba2Copy full SHA for 04e0ba2
Source/kbengine_ue4_demo/kbengine_ue4_demo.h
@@ -12,7 +12,7 @@ DECLARE_LOG_CATEGORY_EXTERN(KBEScriptLog, Log, All);
12
#if PLATFORM_WINDOWS
13
#define FUNC_NAME TEXT(__FUNCTION__)
14
#else
15
-#define FUNC_NAME TEXT(__func__)
+#define FUNC_NAME __func__
16
#endif
17
18
#define INFO_MSG(Format, ...) \
0 commit comments