UMovieSceneSubSection::GetValidatedInnerPlaybackRange

Gets the playrange of the inner sequence, in the inner sequence's time space, trimmed with any start/end offsets, and validated to make sure we get at least a 1-frame long playback range (e.g. in the case where excessive trimming results in an invalid range).

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Sections/MovieSceneSubSection.h

Include

#include "Sections/MovieSceneSubSection.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Sections/MovieSceneSubSection.cpp

Syntax

bool GetValidatedInnerPlaybackRange
(
    TRange< FFrameNumber > & OutInnerPlaybackRange
) const

Remarks

Gets the playrange of the inner sequence, in the inner sequence's time space, trimmed with any start/end offsets, and validated to make sure we get at least a 1-frame long playback range (e.g. in the case where excessive trimming results in an invalid range).

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