UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MovieSceneCameraCutViewportPreviewer.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#if WITH_EDITOR
6
7#include "CoreMinimal.h"
9
10class AActor;
16
17namespace UE::MovieScene
18{
19 struct FCameraCutPlaybackCapability;
21
26 {
27 // Either an actor with an optional camera component...
28 AActor* CameraActor = nullptr;
29 UCameraComponent* CameraComponent = nullptr;
30
31 // ...or a pre-animated viewport position, to be found in the given storage.
33
36 };
37
47 {
48 public:
51
57 void ToggleViewportPreviewModifiers(bool bEnable);
58
65
70 void TeardownBlend();
71
72 private:
73
77
78 private:
84 float BlendFactor;
85
88
93 };
94
95} // namespace UE::MovieScene
96
97#endif // WITH_EDITOR
98
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Actor.h:257
Definition Array.h:670
Definition SharedPointer.h:692
Definition Object.h:95
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426
Definition ConstraintsManager.h:14
Definition IMovieScenePlayer.h:57
Definition Scene.h:693