![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
| CORE_API Windows::HINSTANCE hInstance |