Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > FMovieSceneContext
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePlayback.h |
Include | #include "Evaluation/MovieScenePlayback.h" |
void ReportOuterSectionRanges
&40;
TRange< FFrameNumber > InLeadingRange,
TRange< FFrameNumber > InTrailingRange
&41;
Remarks
Report the outer section pre and post roll ranges for the current context
Parameters
Name | 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 |