Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
CoreObjectVersion.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-Core stream
8
struct
FCoreObjectVersion
9
{
10
enum
Type
11
{
12
// Before any version changes were made
13
BeforeCustomVersionWasAdded = 0,
14
MaterialInputNativeSerialize,
15
EnumProperties,
16
SkeletalMaterialEditorDataStripping,
17
FProperties,
18
19
// -----<new versions can be added above this line>-------------------------------------------------
20
VersionPlusOne,
21
LatestVersion = VersionPlusOne - 1
22
};
23
24
// The GUID for this custom version number
25
const
static
FGuid
GUID
;
26
27
private
:
28
FCoreObjectVersion
() {}
29
};
FCoreObjectVersion
Definition
CoreObjectVersion.h:9
FCoreObjectVersion::GUID
static const FGuid GUID
Definition
CoreObjectVersion.h:25
FCoreObjectVersion::FCoreObjectVersion
FCoreObjectVersion()
Definition
CoreObjectVersion.h:28
FCoreObjectVersion::Type
Type
Definition
CoreObjectVersion.h:11
FGuid
Definition
Guid.h:108
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
UObject
CoreObjectVersion.h
Generated by
1.10.0