FMovieSceneSectionParameters

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneSectionParameters.h"

Syntax

struct FMovieSceneSectionParameters

Variables

Name Description

Public variable

bool

 

bCanLoop

Whether this section supports looping the sub-sequence.

Public variable

FFrameNumber

 

EndFrameOffset

Number of frames (in display rate) to skip at the beginning of the sub-sequence.

Public variable

FFrameNumber

 

FirstLoopStartFrameOffset

Number of frames (in display rate) to offset the first loop of the sub-sequence.

Public variable

int32

 

HierarchicalBias

Hierachical bias. Higher bias will take precedence.

Public variable

FFrameNumber

 

StartFrameOffset

Number of frames (in display rate) to skip at the beginning of the sub-sequence.

Public variable

float

 

TimeScale

Playback time scaling factor.

Constructors

Name Description

Public function

FMovieSceneSectionParameters()

Default constructor

Deprecated Variables

Name Description

Public variable

float

 

PostrollTime_DEPRECATED

Public variable

float

 

PrerollTime_DEPRECATED

Public variable

float

 

StartOffset_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