UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InterchangeCustomVersion.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7// Custom serialization version for changes to variant manager objects
9{
10 enum Type
11 {
12 // Roughly corresponds to 5.2
14
16
18
19 // The change that implemented the previous version had to be backed out to fix a serialization issue
21
22 // -----<new versions can be added above this line>-------------------------------------------------
25 };
26
27 // The GUID for this custom version number
29
30private:
32};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Guid.h:109
Definition InterchangeCustomVersion.h:9
INTERCHANGECORE_API static const FGuid GUID
Definition InterchangeCustomVersion.h:28
Type
Definition InterchangeCustomVersion.h:11
@ BeforeCustomVersionWasAdded
Definition InterchangeCustomVersion.h:13
@ LatestVersion
Definition InterchangeCustomVersion.h:24
@ VersionPlusOne
Definition InterchangeCustomVersion.h:23
@ SerializedInterchangeObjectStoring
Definition InterchangeCustomVersion.h:15
@ MultipleAllocationsPerAttributeInStorageFixed
Definition InterchangeCustomVersion.h:20
@ MultipleAllocationsPerAttributeInStorage
Definition InterchangeCustomVersion.h:17