Node Is Enabled
Check if a node is enabled on a State Machine asset
Last updated
Check if a node is enabled on a State Machine asset
Returns true if the specified node is enabled.
Checks whether a specific node is enabled (not disabled) on a State Machine asset. This checks the asset-level state.
Node
The node to check
True
The specified node is enabled on the asset
False
The node is disabled
State Machine, Is Running, Run
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