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 52362a9 commit 4acf640Copy full SHA for 4acf640
UE4SS/include/ExceptionHandling.hpp
@@ -15,6 +15,11 @@
15
printf_s("Internal Error: %s\n", e.what()); \
16
}
17
18
+// Defining empty TRY/EXCEPT to disable the system.
19
+// This is because people have reported instability with it enabled.
20
+#define SEH_TRY(Code) Code
21
+#define SEH_EXCEPT(...)
22
+
23
// These macros should never be used in header files because you are required to include Windows.h.
24
#ifdef _WIN32
25
#ifndef SEH_TRY
0 commit comments