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