Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/FMovieSceneContext
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePlayback.h |
Include | #include "Evaluation/MovieScenePlayback.h" |
void ReportOuterSectionRanges
(
TRange < FFrameNumber > InLeadingRange,
TRange < FFrameNumber > InTrailingRange
)
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 |