FMovieSceneEditorData

Editor only data that needs to be saved between sessions for editing but has no runtime purpose

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieScene.h

Include

#include "MovieScene.h"

Syntax

struct FMovieSceneEditorData

Remarks

Editor only data that needs to be saved between sessions for editing but has no runtime purpose

Variables

Name Description

Public variable

TMap< FString, ...

 

ExpansionStates

Map of node path -> expansion state.

Public variable

TArray< FString...

 

PinnedNodes

List of Pinned nodes.

Public variable

double

 

ViewEnd

The last view-range end that the user was observing

Public variable

double

 

ViewStart

The last view-range start that the user was observing

Public variable

double

 

WorkEnd

User-defined working range end in which the entire sequence should reside.

Public variable

double

 

WorkStart

User-defined working range start in which the entire sequence should reside.

Constructors

Name Description

Public function

FMovieSceneEditorData()

Functions

Name Description

Public function Const

TRange< doub...

 

GetViewRange()

Public function Const

TRange< doub...

 

GetWorkingRange()

Deprecated Variables

Name Description

Public variable

TSet< FFrameNum...

 

MarkedFrames_DEPRECATED

Deprecated

Public variable

FFloatRange

 

ViewRange_DEPRECATED

Public variable

FFloatRange

 

WorkingRange_DEPRECATED

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss