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