Node Is Enabled
Check if a node is enabled on a State Machine asset
Returns true if the specified node is enabled.
Description
Checks whether a specific node is enabled (not disabled) on a State Machine asset. This checks the asset-level state.
Parameters
Name
Description
Node
The node to check
Returns
Value
Condition
True
The specified node is enabled on the asset
False
The node is disabled
Keywords
State Machine, Is Running, Run
Example
Branch Node:
โโ Condition: State Machine Node Is Enabled
โ โโ Node: "CheatModeNode"
โโ True โ Allow cheat commands
โโ False โ Ignore cheat commandsThis condition checks asset-level state, affecting all runners using this State Machine.
Last updated
Was this helpful?