UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FortniteSeasonBranchObjectVersion.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/Dev-FN-Sxx stream
9{
10 enum Type
11 {
12 #define DEFINE_FORTNITE_SEASON_VERSIONS
14 #undef DEFINE_FORTNITE_SEASON_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_SEASON_VERSIONS
31#undef CHECK_FORTNITE_SEASON_VERSIONS
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition UnrealString.h.inl:34
Definition FortniteSeasonBranchObjectVersion.h:9
static CORE_API TMap< FGuid, FGuid > GetSystemGuids()
Definition FortniteSeasonBranchObjectVersion.cpp:4
CORE_API static const FGuid GUID
Definition FortniteSeasonBranchObjectVersion.h:21
Type
Definition FortniteSeasonBranchObjectVersion.h:11
@ LatestVersion
Definition FortniteSeasonBranchObjectVersion.h:17
@ VersionPlusOne
Definition FortniteSeasonBranchObjectVersion.h:16
Definition Guid.h:109