B1TraitSelectInfo
- Stores information about a selectable trait, including its opposite trait and the owning actor tag.
| Property | Type | Description | Metadata |
|---|---|---|---|
| TraitId | FName | ID of the selectable trait. | Category: B1TraitSelectInfo ReferTo: DT_Trait |
| OppositeTraitId | FName | ID of the opposing trait that conflicts with this selection. | Category: B1TraitSelectInfo |
| OwnerActorTagName | FName | Actor tag name identifying the UI widget that owns this trait selection. | Category: B1TraitSelectInfo |