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