7#if !defined(PLATFORM_COMPILER_IWYU) || !PLATFORM_COMPILER_IWYU
18#define ULANG_SILENCE_SECURITY_WARNING_START \
19 _Pragma("clang diagnostic push") \
20 _Pragma("clang diagnostic ignored \"-Wformat-security\"")
21#define ULANG_SILENCE_SECURITY_WARNING_END \
22 _Pragma("clang diagnostic pop")
28#define ULANG_BREAK() __debugbreak()
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
__declspec(dllimport) int __stdcall IsDebuggerPresent()
Definition VVMEngineEnvironment.h:23
void LogDebugMessage(const char *Message)
Definition LinuxCommon.h:41
bool IsDebuggerPresent()
Definition LinuxCommon.h:33