Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor > API/Plugins/MovieRenderPipelineEditor/UMovieGraphQuickRenderSubsystem
Data that was cached prior to PIE starting.
| Name | FCachedPrePieData |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/Graph/MovieGraphQuickRender.h |
| Include Path | #include "Graph/MovieGraphQuickRender.h" |
Syntax
struct FCachedPrePieData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ModifiedLevelSequenceActors | TArray< TWeakObjectPtr< class ALevelSequenceActor > > | Level sequence actors which had their AutoPlay setting turned ON prior to PIE (this setting needs to be turned OFF during PIE). | Graph/MovieGraphQuickRender.h | |
| SelectedCameras | TArray< TWeakObjectPtr< ACameraActor > > | The cameras that were selected. | Graph/MovieGraphQuickRender.h | |
| TemporarilyNonTransientActors | TArray< TWeakObjectPtr< AActor > > | Actors that have been temporarily flagged as RF_NonPIEDuplicateTransient. | Graph/MovieGraphQuickRender.h | |
| TemporarilyNonTransientComponents | TArray< TWeakObjectPtr< UActorComponent > > | Components that have been temporarily flagged as RF_NonPIEDuplicateTransient. | Graph/MovieGraphQuickRender.h | |
| ViewportActorLock | TWeakObjectPtr< AActor > | The actor that the viewport is locked to (also referred to as the pilot camera). | Graph/MovieGraphQuickRender.h | |
| ViewportActorLockCameraComponent | UCameraComponent * | If the viewport is locked to an actor (see ViewportLockActor), this is the specific camera component that it is locked to. | Graph/MovieGraphQuickRender.h |