Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/MovieSceneHelpers
Description
Given a movie scene track and an optional section inside it, returns an optional single condition that needs to be evaluated. If multiple conditions exist in the given scope (for example a track condition, a track row condition for the row the section is on, and a section), a UMovieSceneGroupCondition will be generated, and the caller is responsible for holding a reference to this new UObject. If bFromCompilation is true, then any generated conditions will be stored on the movie scene.
| Name | GetSequenceCondition |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include Path | #include "MovieSceneCommonHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
static const UMovieSceneCondition * GetSequenceCondition
(
const UMovieSceneTrack * Track,
const UMovieSceneSection * Section,
bool bFromCompilation
)