B1StateInfo
- Defines a named state, the scripts that run on entry and exit, and the visual variations applied.
| Property | Type | Description | Metadata |
|---|---|---|---|
| StateName | FName | The name identifier for this state. | Category: B1StateInfo |
| DisplayNameTextId | FString | (Optional) Overrides the object's display name while this state is active. Falls back to Object.DisplayNameTextId when empty. | Category: B1StateInfo StringTableKey: Id |
| StartScriptId | FName | The script ID executed when entering this state. | Category: Script Foreign: Script_State.Id |
| EndScriptId | FName | The script ID executed when exiting this state. | Category: Script Foreign: Script_State.Id |
| StateVariations | TArray | The list of visual variations applied when this state is active. | Category: B1StateInfo |
| bNeedTickUpdate | bool | Whether this state requires per-tick updates. | Category: B1StateInfo |