B1State
- Represents the runtime state of an object, tracking the active state group, state ID, and FX handle.
| Property | Type | Description | Metadata |
|---|---|---|---|
| StateGroupId | FName | The ID of the active state group. | Category: B1State |
| StateId | FName | The ID of the currently active state within the group. | Category: B1State |
| FXHandleId | int64 | The handle ID of the FX effect spawned by this state; -1 if no FX is active. | Category: B1State |