UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UObjectSerializeContext.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
6
7#define UE_API COREUOBJECT_API
8
9class FArchive;
10class UObject;
11
12namespace UE
13{
14
47
48} // UE
49
50#undef UE_API
FPlatformTypes::int64 int64
A 64-bit signed integer.
Definition Platform.h:1127
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_API
Definition SColorGradingComponentViewer.h:12
Definition Archive.h:1208
Definition Object.h:95
Definition AdvancedWidgetsModule.cpp:13
Definition UObjectSerializeContext.h:22
FScopedObjectSerializeContext & operator=(const FScopedObjectSerializeContext &)=delete
FScopedObjectSerializeContext(const FScopedObjectSerializeContext &)=delete
UE_API ~FScopedObjectSerializeContext()
Definition UObjectThreadContext.cpp:183