B1SkillTableRow
- Data table row defining a skill, including its display info, associated objects, and level progression.
// reference...
| Property | Type | Description | Metadata |
|---|---|---|---|
| SkillDisplayInfo | FB1SkillDisplayInfo | The display information for this skill, including name, description, and icon. | Category: B1SkillTableRow |
| SkillObjectIds | TArray | The list of object IDs associated with this skill. | Category: B1SkillTableRow Foreign: Object.Id |
| GrowthStep | EB1GrowthStep | The growth step category this skill belongs to. | Category: B1SkillTableRow |
| SkillLevelInfo | TArray | The list of level info entries defining progression for this skill. | Category: B1SkillTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |