Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
VRObjectVersion.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-VR stream
8
struct
FVRObjectVersion
9
{
10
enum
Type
11
{
12
// Before any version changes were made
13
BeforeCustomVersionWasAdded = 0,
14
15
// Change UMotionControllerComponent from using EControllerHand to FName for motion source
16
UseFNameInsteadOfEControllerHandForMotionSource,
17
18
// Change how ARSessionConfig stores plane detection configuration from bitmask to bools
19
UseBoolsForARSessionConfigPlaneDetectionConfiguration,
20
21
// Change how UStereoLayerComponent stores additional properties for non-quad layer types
22
UseSubobjectForStereoLayerShapeProperties,
23
24
// -----<new versions can be added above this line>-------------------------------------------------
25
VersionPlusOne,
26
LatestVersion = VersionPlusOne - 1
27
};
28
29
// The GUID for this custom version number
30
const
static
FGuid
GUID
;
31
32
private
:
33
FVRObjectVersion
() {}
34
};
FGuid
Definition
Guid.h:108
FVRObjectVersion
Definition
VRObjectVersion.h:9
FVRObjectVersion::GUID
static const FGuid GUID
Definition
VRObjectVersion.h:30
FVRObjectVersion::FVRObjectVersion
FVRObjectVersion()
Definition
VRObjectVersion.h:33
FVRObjectVersion::Type
Type
Definition
VRObjectVersion.h:11
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
UObject
VRObjectVersion.h
Generated by
1.10.0