Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Sections > UMovieSceneSubSection
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | GetValidatedInnerPlaybackRange
(
TRange< FFrameNumber >& OutInnerPlaybackRange |
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). |
![]() ![]() |
TRange< FFrameNumber > | GetValidatedInnerPlaybackRange
(
const FMovieSceneSectionParameters& SubSectionParameters, |
Helper function used by the above method, but accessible for other uses like track editors. |