UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlatformIncludes.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
8// All the different platform-specific includes
9#include "HAL/PlatformCrt.h"
10#include "HAL/PlatformMemory.h"
11#include "HAL/PlatformString.h"
12#include "HAL/PlatformMisc.h"
14#include "HAL/PlatformMath.h"
16#include "HAL/PlatformTime.h"
17#include "HAL/PlatformProcess.h"
18#include "HAL/CriticalSection.h"
19#include "HAL/PlatformAtomics.h"
20#include "HAL/PlatformTLS.h"
21#include "HAL/PlatformFile.h"
#define MONOLITHIC_HEADER_BOILERPLATE()
Definition MonolithicHeaderBoilerplate.h:10