Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
GeometryObjectVersion.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 Private-Geometry stream
8
struct
FGeometryObjectVersion
9
{
10
enum
Type
11
{
12
// Before any version changes were made
13
BeforeCustomVersionWasAdded = 0,
14
// Compress Geometry Cache Flipbooks to save disk space
15
CompressGeometryCache,
16
// Fix for serializing in Mesh vertices for new DynamicMeshVertex layout
17
DynamicMeshVertexLayoutChange,
18
//Added support for explicit motion vectors
19
ExplicitMotionVectors,
20
// -----<new versions can be added above this line>-------------------------------------------------
21
VersionPlusOne,
22
LatestVersion = VersionPlusOne - 1
23
};
24
25
// The GUID for this custom version number
26
const
static
FGuid
GUID
;
27
28
private
:
29
FGeometryObjectVersion
() {}
30
};
FGeometryObjectVersion
Definition
GeometryObjectVersion.h:9
FGeometryObjectVersion::FGeometryObjectVersion
FGeometryObjectVersion()
Definition
GeometryObjectVersion.h:29
FGeometryObjectVersion::Type
Type
Definition
GeometryObjectVersion.h:11
FGeometryObjectVersion::GUID
static const FGuid GUID
Definition
GeometryObjectVersion.h:26
FGuid
Definition
Guid.h:108
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
UObject
GeometryObjectVersion.h
Generated by
1.10.0