UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MacCommon.h File Reference

Go to the source code of this file.

Namespaces

namespace  uLang
 

Macros

#define ULANG_SILENCE_SECURITY_WARNING_START
 
#define ULANG_SILENCE_SECURITY_WARNING_END   _Pragma("clang diagnostic pop")
 
#define ULANG_BREAK()   __asm__("int $3")
 

Functions

bool uLang::IsDebuggerPresent ()
 
void uLang::LogDebugMessage (const char *Message)
 

Macro Definition Documentation

◆ ULANG_BREAK

#define ULANG_BREAK ( )    __asm__("int $3")

◆ ULANG_SILENCE_SECURITY_WARNING_END

#define ULANG_SILENCE_SECURITY_WARNING_END   _Pragma("clang diagnostic pop")

◆ ULANG_SILENCE_SECURITY_WARNING_START

#define ULANG_SILENCE_SECURITY_WARNING_START
Value:
_Pragma("clang diagnostic push") \
_Pragma("clang diagnostic ignored \"-Wformat-security\"")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127