Navigation
BlueprintAPI > BlueprintAPI/Sequencer > BlueprintAPI/Sequencer/Player > BlueprintAPI/Sequencer/Player/Bindings
Adds the specified actor to the overridden bindings for the specified binding ID, optionally still allowing the bindings defined in the Level Sequence asset
Target is Level Sequence Actor
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Binding | Binding to modify |
| object | Actor | Actor to bind |
| boolean | Allow Bindings from Asset | If false the new bindings being supplied here will replace the bindings set in the level sequence asset, meaning the original object animated by Sequencer will no longer be animated. Bindings set to spawnables will not spawn if false. If true, new bindings will be in addition to ones set set in Sequencer UI. This function will not modify the original asset. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |