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 commands

Last updated

Was this helpful?