UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
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
9{
10 enum Type
11 {
12 // Before any version changes were made
18
19 // -----<new versions can be added above this line>-------------------------------------------------
22 };
23
24 // The GUID for this custom version number
25 CORE_API const static FGuid GUID;
26
27private:
29};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition CoreObjectVersion.h:9
CORE_API static const FGuid GUID
Definition CoreObjectVersion.h:25
Type
Definition CoreObjectVersion.h:11
@ EnumProperties
Definition CoreObjectVersion.h:15
@ VersionPlusOne
Definition CoreObjectVersion.h:20
@ BeforeCustomVersionWasAdded
Definition CoreObjectVersion.h:13
@ MaterialInputNativeSerialize
Definition CoreObjectVersion.h:14
@ SkeletalMaterialEditorDataStripping
Definition CoreObjectVersion.h:16
@ FProperties
Definition CoreObjectVersion.h:17
@ LatestVersion
Definition CoreObjectVersion.h:21
Definition Guid.h:109