UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CoreUObject.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
8
9#include "Core.h"
12#include "UObject/Script.h"
17#include "UObject/UObjectBase.h"
20#include "UObject/UObjectHash.h"
22#include "UObject/Object.h"
23#include "UObject/CoreNative.h"
26#include "UObject/CoreNet.h"
29#include "Misc/TextBuffer.h"
30#include "UObject/Class.h"
34#include "Templates/Casts.h"
38#include "UObject/Interface.h"
39#include "UObject/LevelGuids.h"
40#include "UObject/Package.h"
41#include "UObject/MetaData.h"
43#include "UObject/PropertyTag.h"
45#include "UObject/UnrealType.h"
47#include "UObject/StrProperty.h"
50#include "UObject/Stack.h"
73#include "Misc/PackageName.h"
75#include "Async/Async.h"
79#include "UObject/Linker.h"
80#include "UObject/LinkerLoad.h"
81#include "UObject/GCObject.h"
82#include "Misc/NotifyHook.h"
#define MONOLITHIC_HEADER_BOILERPLATE()
Definition MonolithicHeaderBoilerplate.h:10