FMovieSceneContext::ReportOuterSectionRanges

Report the outer section pre and post roll ranges for the current context

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieScenePlayback.h"

Syntax

void ReportOuterSectionRanges
(
    TRange< FFrameNumber > InLeadingRange,
    TRange< FFrameNumber > InTrailingRange
)

Remarks

Report the outer section pre and post roll ranges for the current context

Parameters

Parameter

Description

InLeadingRange

The leading (preroll) range in front of the outer section, in the current transformation's time space

InTrailingRange

The trailing (postroll) range at the end of the outer section, in the current transformation's time space

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