UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FortniteMainBranchObjectVersion.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "DevObjectVersion.h"
5#include "Containers/Map.h"
6
7// Custom serialization version for changes made in the //Fortnite/Main stream
9{
10 enum Type
11 {
12 #define DEFINE_FORTNITE_MAIN_VERSIONS
14 #undef DEFINE_FORTNITE_MAIN_VERSIONS
15
18 };
19
20 // The GUID for this custom version number
21 CORE_API const static FGuid GUID;
22
24
25private:
27};
28
29#define CHECK_FORTNITE_MAIN_VERSIONS
31#undef CHECK_FORTNITE_MAIN_VERSIONS
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition UnrealString.h.inl:34
Definition FortniteMainBranchObjectVersion.h:9
Type
Definition FortniteMainBranchObjectVersion.h:11
@ VersionPlusOne
Definition FortniteMainBranchObjectVersion.h:16
@ LatestVersion
Definition FortniteMainBranchObjectVersion.h:17
static CORE_API TMap< FGuid, FGuid > GetSystemGuids()
Definition FortniteMainBranchObjectVersion.cpp:6
CORE_API static const FGuid GUID
Definition FortniteMainBranchObjectVersion.h:21
Definition Guid.h:109