UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MonolithicHeaderBoilerplate.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#include "
CoreTypes.h
"
4
5
#if UE_IS_ENGINE_MODULE && !defined(SUPPRESS_MONOLITHIC_HEADER_WARNINGS) && !defined(UE_DIRECT_HEADER_COMPILE)
6
#define MONOLITHIC_HEADER_BOILERPLATE() COMPILE_WARNING("Monolithic headers should not be used by this module. Please change it to explicitly include the headers it needs.")
7
#define SUPPRESS_MONOLITHIC_HEADER_WARNINGS 1
8
#else
9
#undef MONOLITHIC_HEADER_BOILERPLATE
10
#define MONOLITHIC_HEADER_BOILERPLATE()
11
#endif
CoreTypes.h
Engine
Source
Runtime
Core
Public
Misc
MonolithicHeaderBoilerplate.h
Generated by
1.9.8