UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsSystemIncludes.h File Reference
#include "CoreTypes.h"
#include "Windows/WindowsPlatformCompilerSetup.h"
#include "Windows/MinimalWindowsApi.h"
#include <intrin.h>
#include <stdint.h>
#include "HAL/HideTCHAR.h"
#include <tchar.h>
#include "HAL/AllowTCHAR.h"

Go to the source code of this file.

Macros

#define SAFE_RELEASE(p)   { if(p) { (p)->Release(); (p)=NULL; } }
 

Variables

CORE_API Windows::HINSTANCE hInstance
 

Macro Definition Documentation

◆ SAFE_RELEASE

#define SAFE_RELEASE (   p)    { if(p) { (p)->Release(); (p)=NULL; } }

Variable Documentation

◆ hInstance