Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneBindingOverrides.h |
| Include | #include "MovieSceneBindingOverrides.h" |
Syntax
struct FMovieSceneBindingOverrideData
Remarks
Movie scene binding override data
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOverridesDefault | Specifies whether the default assignment should remain bound (false) or if this should completely override the default binding (true). | |
| TSoftObjectPtr< UObject > | Object | Specifies the object to override the binding with. | |
| FMovieSceneObjectBindingID | ObjectBindingId | Specifies the object binding to override. |
Constructors
| Type | Name | Description | |
|---|---|---|---|