B1VoicePreviewAnimationTableRow
- Table row that defines preview animations played together with a voice preview in character customization.
* The row is selected by the gender and growth step of the character being customized.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Gender | EB1GenderType | Gender this animation list is used for. | Category: B1VoicePreviewAnimationTableRow |
| GrowthStep | EB1GrowthStep | Growth step(s) this animation list is used for (bitmask; combined masks like OverChild allowed). The row is skipped unless it contains the character's growth step (Invalid matches nothing). | Category: B1VoicePreviewAnimationTableRow |
| Animations | TArray | Animation sets. One is picked at random per preview playback. | Category: B1VoicePreviewAnimationTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |