UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlatformObjectVersion.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 Dev-Platform stream
8
struct
FPlatformObjectVersion
9
{
10
enum
Type
11
{
12
// Before any version changes were made
13
BeforeCustomVersionWasAdded
= 0,
14
15
16
// -----<new versions can be added above this line>-------------------------------------------------
17
VersionPlusOne
,
18
LatestVersion
=
VersionPlusOne
- 1
19
};
20
21
// The GUID for this custom version number
22
CORE_API
const
static
FGuid
GUID
;
23
24
private
:
25
FPlatformObjectVersion
() {}
26
};
CoreTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Guid.h
FGuid
Definition
Guid.h:109
FPlatformObjectVersion
Definition
PlatformObjectVersion.h:9
FPlatformObjectVersion::Type
Type
Definition
PlatformObjectVersion.h:11
FPlatformObjectVersion::LatestVersion
@ LatestVersion
Definition
PlatformObjectVersion.h:18
FPlatformObjectVersion::BeforeCustomVersionWasAdded
@ BeforeCustomVersionWasAdded
Definition
PlatformObjectVersion.h:13
FPlatformObjectVersion::VersionPlusOne
@ VersionPlusOne
Definition
PlatformObjectVersion.h:17
FPlatformObjectVersion::GUID
CORE_API static const FGuid GUID
Definition
PlatformObjectVersion.h:22
Engine
Source
Runtime
Core
Public
UObject
PlatformObjectVersion.h
Generated by
1.9.8