UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsHeader.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "BuildMacros.h"
6
7#if AUTORTFM_PLATFORM_WINDOWS
8#define WIN32_LEAN_AND_MEAN
9#define NOMINMAX
10#include <tchar.h>
11#include <Windows.h>
12#endif // AUTORTFM_PLATFORM_WINDOWS