Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Conditions
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Conditions/MovieSceneCondition.h |
| Include | #include "Conditions/MovieSceneCondition.h" |
Syntax
enum EMovieSceneConditionScope
{
Global,
Binding,
OwnerObject,
}
Values
| Name | Description |
|---|---|
| Global | Condition has the same result regardless of the binding or entity. |
| Binding | Condition may have different results for different object bindings. |
| OwnerObject | Condition may have different results for each different outer object owner (i.e. track, section) in the Sequence. |
Remarks
Defines the scope of a particular condition type. By default, the condition scope will determine whether conditions need to be re-evaluated for different bindings or entities in the Sequence.