B1SkillDisplayInfo
- Holds display-related information for a skill, including localized name, description, and icon.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayNameTextId | FString | The string table key for the localized display name of the skill. | Category: B1SkillDisplayInfo |
| DescTextId | FString | The string table key for the localized description text of the skill. | Category: B1SkillDisplayInfo |
| Icon | TSoftObjectPtr | The icon asset used to represent this skill in the UI. | Category: B1SkillDisplayInfo |