UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SequencerObjectVersion.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-Sequencer stream
9{
10 enum Type
11 {
12 // Before any version changes were made
14
15 // Per-platform overrides player overrides for media sources changed name and type.
17
18 // Enable root motion isn't the right flag to use, but force root lock
20
21 // Convert multiple rows to tracks
23
24 // When finished now defaults to restore state
26
27 // EvaluationTree added
29
30 // When finished now defaults to project default
32
33 // When finished now defaults to project default
35
36 // Purged old spawnable blueprint classes from level sequence assets
38
39 // Finish UMG evaluation on end
41
42 // Manual serialization of float channel
44
45 // Change the linear keys so they act the old way and interpolate always.
47
48 // Full Manual serialization of float channel
50
51 // Set ContinuouslyRespawn to false by default, added FMovieSceneSpawnable::bNetAddressableName
53
54 // -----<new versions can be added above this line>-------------------------------------------------
57 };
58
59 // The GUID for this custom version number
60 CORE_API const static FGuid GUID;
61
62private:
64};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Guid.h:109
Definition SequencerObjectVersion.h:9
Type
Definition SequencerObjectVersion.h:11
@ BeforeCustomVersionWasAdded
Definition SequencerObjectVersion.h:13
@ ConvertEnableRootMotionToForceRootLock
Definition SequencerObjectVersion.h:19
@ FinishUMGEvaluation
Definition SequencerObjectVersion.h:40
@ SerializeFloatChannel
Definition SequencerObjectVersion.h:43
@ LatestVersion
Definition SequencerObjectVersion.h:56
@ RenameMediaSourcePlatformPlayers
Definition SequencerObjectVersion.h:16
@ FloatToIntConversion
Definition SequencerObjectVersion.h:34
@ VersionPlusOne
Definition SequencerObjectVersion.h:55
@ EvaluationTree
Definition SequencerObjectVersion.h:28
@ WhenFinishedDefaultsToProjectDefault
Definition SequencerObjectVersion.h:31
@ SpawnableImprovements
Definition SequencerObjectVersion.h:52
@ ConvertMultipleRowsToTracks
Definition SequencerObjectVersion.h:22
@ WhenFinishedDefaultsToRestoreState
Definition SequencerObjectVersion.h:25
@ PurgeSpawnableBlueprints
Definition SequencerObjectVersion.h:37
@ ModifyLinearKeysForOldInterp
Definition SequencerObjectVersion.h:46
@ SerializeFloatChannelCompletely
Definition SequencerObjectVersion.h:49
CORE_API static const FGuid GUID
Definition SequencerObjectVersion.h:60