FMovieSceneTrackEvalOptions

Generic evaluation options for any track

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneTrack.h"

Syntax

struct FMovieSceneTrackEvalOptions

Remarks

Generic evaluation options for any track

Variables

Name Description

Public variable

uint32: 1

 

bCanEvaluateNearestSection

True when the value of bEvalNearestSection is to be considered for the track

Public variable

uint32: 1

 

bEvalNearestSection

When evaluating empty space on a track, will evaluate the last position of the previous section (if possible), or the first position of the next section, in that order of preference.

Public variable

uint32: 1

 

bEvaluateInPostroll

Evaluate this track as part of its parent sub-section's post-roll, if applicable

Public variable

uint32: 1

 

bEvaluateInPreroll

Evaluate this track as part of its parent sub-section's pre-roll, if applicable

Constructors

Deprecated Variables

Name Description

Public variable

uint32: 1

 

bEvaluateNearestSection_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