B1StaticCharacterSpawnerTableRow
- Data table row defining a static character spawner configuration, including character attribute and spawn scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CharacterAttributeId | FName | The character attribute ID used to initialize the spawned static character. | Foreign: CharacterAttribute.Id |
| SpawnScriptIdList | TArray | The list of script IDs executed when the static character is spawned. | Foreign: Script.Id |
| bIsForGhost | bool | Whether this spawner is intended to spawn a ghost character. | |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |