B1InstinctTableRow
- Table row defining an instinct entry, specifying the age groups it applies to,
* the scripts executed when it is added or removed, and its associated behavior scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AgeAvailable | TArray | List of growth step age groups during which this instinct is active. | Category: B1InstinctTableRow |
| AddScriptId | FName | Script ID executed when this instinct is applied to a character. | Category: B1InstinctTableRow Foreign: Script_Instinct.Id |
| RemoveScriptId | FName | Script ID executed when this instinct is removed from a character. | Category: B1InstinctTableRow Foreign: Script_Instinct.Id |
| InstinctScripts | TArray | List of behavior scripts associated with this instinct. | Category: B1InstinctTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |