Navigation
BlueprintAPI > BlueprintAPI/Ticking
Adds a tick dependency between another component and one of mover's tick functions.
Target is Mover Standalone Liaison Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Other Component | The component to add a dependency with. |
| enum | Tick Order | What order OtherComponent's should have relative to TickPhase i.e. OtherComponent Before SimulateMovement. |
| enum | Tick Phase | The mover tick phase we want to a dependency with. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |