Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Sections > UMovieSceneSubSection > GetValidatedInnerPlaybackRange
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 |
bool GetValidatedInnerPlaybackRange
&40;
TRange< FFrameNumber > & OutInnerPlaybackRange
&41; 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).