UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CineCameraObjectVersion.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 cine camera
9{
10 enum Type
11 {
12 // Before any version changes were made
14
15 // Changed default filmback to digital film
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 CineCameraObjectVersion.h:9
Type
Definition CineCameraObjectVersion.h:11
@ ChangeDefaultFilmbackToDigitalFilm
Definition CineCameraObjectVersion.h:16
@ VersionPlusOne
Definition CineCameraObjectVersion.h:19
@ LatestVersion
Definition CineCameraObjectVersion.h:20
@ BeforeCustomVersionWasAdded
Definition CineCameraObjectVersion.h:13
CORE_API static const FGuid GUID
Definition CineCameraObjectVersion.h:24
Definition Guid.h:109