FMovieSceneContext::ApplySectionPrePostRoll

Apply section pre and post roll based on whether we're in the leading (preroll), or trailing (postroll) region for the section, and the current play direction

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieScenePlayback.h"

Syntax

void ApplySectionPrePostRoll
(
    bool bInLeadingRegion,
    bool bInTrailingRegion
)

Remarks

Apply section pre and post roll based on whether we're in the leading (preroll), or trailing (postroll) region for the section, and the current play direction

Parameters

Parameter

Description

bInLeadingRegion

Whether we are considered to be in the section's leading (aka preroll) region

bInTrailingRegion

Whether we are considered to be in the section's trailing (aka postroll) region

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