Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneSubSection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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). | Sections/MovieSceneSubSection.h | |
static TRange< FFrameNumber > GetValidatedInnerPlaybackRange
(
const FMovieSceneSectionParameters& SubSectionParameters, |
Helper function used by the above method, but accessible for other uses like track editors. | Sections/MovieSceneSubSection.h |
GetValidatedInnerPlaybackRange(TRange< FFrameNumber > &)
Description
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).
| Name | GetValidatedInnerPlaybackRange |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Sections/MovieSceneSubSection.h |
| Include Path | #include "Sections/MovieSceneSubSection.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Sections/MovieSceneSubSection.cpp |
bool GetValidatedInnerPlaybackRange
(
TRange < FFrameNumber > & OutInnerPlaybackRange
) const
GetValidatedInnerPlaybackRange(const FMovieSceneSectionParameters &, const UMovieScene &)
Description
Helper function used by the above method, but accessible for other uses like track editors.
| Name | GetValidatedInnerPlaybackRange |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Sections/MovieSceneSubSection.h |
| Include Path | #include "Sections/MovieSceneSubSection.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Sections/MovieSceneSubSection.cpp |
static TRange < FFrameNumber > GetValidatedInnerPlaybackRange
(
const FMovieSceneSectionParameters & SubSectionParameters,
const UMovieScene & InnerMovieScene
)