B1PostureTableRow
- Table row defining a posture, including directional animation configurations and associated scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DirectionInfos | TArray | The list of directional animation configurations for this posture. | Category: B1PostureTableRow |
| StartScriptId | FName | The script ID executed when this posture is entered. | Category: B1PostureTableRow Foreign: Script_Posture.Id |
| EndScriptId | FName | The script ID executed when this posture is exited. | Category: B1PostureTableRow Foreign: Script_Posture.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |