Navigation
BlueprintAPI > BlueprintAPI/MotionDesign > BlueprintAPI/MotionDesign/Playable
Push a playable sync event with the given signature on the cluster. The action will complete when the event has occured on all nodes of the cluster. The event signature includes the playable id as well. Therefore, the given signature need only be unique in terms of any sequence of synchronized events for the given playable.
Target is Motion Design Playable Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | In Event Signature | Event signature, must be unique in terms of sequence of events for the given playable. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Completed | |
| boolean | In Success | If true upon completion, the event has been synchronized successfully. |