Navigation
API > API/Runtime > API/Runtime/MovieScene
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneConditionContainer | Container struct for instanced UMovieSceneConditions, existing only to allow property type customization for choosing conditions. | ||
| FMovieSceneConditionContext | Blueprint-friendly struct containing any context needed to evaluate conditions. | ||
| UMovieSceneCondition | Abstract condition class. | ||
| UMovieSceneGroupCondition | Condition class that allows the grouping of other conditions using 'and', 'or', or 'xor'. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EMovieSceneConditionCheckFrequency | Defines how often a condition needs to be checked. | ||
| EMovieSceneConditionScope | Defines the scope of a particular condition type. | ||
| EMovieSceneGroupConditionOperator | Which operator to use in evaluating a MovieSceneGroupCondition |