BlueprintAPI > BlueprintAPI/Sequencer > BlueprintAPI/Sequencer/Player > BlueprintAPI/Sequencer/Player/Bindings
Binds an actor to all the bindings tagged with the specified name in this sequence. Does not remove any exising bindings that have been set up through this API. Object Bindings can be tagged within the sequence UI by RMB -> Tags... on the object binding in the tree.
Target is Level Sequence Actor
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
name | Binding Tag | The unique tag name to lookup bindings with |
object | Actor | The actor to assign to all the tagged bindings |
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 |