B1VoiceSelectionTableRow
- Table row that defines what the customization UI shows for one voice identity (SelectionId).
| Property | Type | Description | Metadata |
|---|---|---|---|
| Icon | TSoftObjectPtr | Icon shown for this voice identity in character customization. | Category: B1VoiceSelectionTableRow |
| DisplayTextId | FString | Text ID of the display name shown in character customization. | Category: B1VoiceSelectionTableRow StringTableKey: Id |
| SortOrder | int32 | Option order in the character customization voice list (ascending). Ties keep table row order. Values only need to be distinct among options shown together, so growth steps may reuse the same value. | Category: B1VoiceSelectionTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |