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

Go to the source code of this file.

Namespaces

namespace  uLang
 

Macros

#define ULANG_BREAK()   __debugbreak()
 

Functions

 __declspec (dllimport) int __stdcall IsDebuggerPresent()
 
bool uLang::IsDebuggerPresent ()
 
void uLang::LogDebugMessage (const char *Message)
 

Macro Definition Documentation

◆ ULANG_BREAK

#define ULANG_BREAK ( )    __debugbreak()

Function Documentation

◆ __declspec()

__declspec ( dllimport  )