Node Is Running

Check if a node is running on a State Machine asset

Returns true if the specified node is running.

Description

Checks whether a specific node is currently executing on a State Machine asset. This checks the asset-level state, not any specific runner instance.

Parameters

Name
Description

Node

The node to check

Returns

Value
Condition

True

The specified node is currently running on the asset

False

The node is not running

Keywords

State Machine, Is Running, Run

Example

Branch Node:
โ”œโ”€ Condition: State Machine Node Is Running
โ”‚   โ””โ”€ Node: "GamePausedNode"
โ”œโ”€ True โ†’ Skip game logic
โ””โ”€ False โ†’ Continue game logic

Last updated

Was this helpful?