B1CompetitionRuleTableRow
- Structure that defines a competition rule table row.
* Includes Competition Skill, PlayerNums, Reward Buff etc.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CompetitionType | EB1CompetitionType | The type of competition (Individual or Versus...) | Category: B1CompetitionRuleTableRow |
| bAvailableDraw | bool | Whether a draw result is possible in this competition | Category: B1CompetitionRuleTableRow |
| PlayerNum | int32 | The number of players participating in this competition | Category: B1CompetitionRuleTableRow ClampMin: 1 |
| PlayerRoleIds | TArray | Player role id (skill check target) for coop | Category: B1CompetitionRuleTableRow |
| CompetitionSkillId | FName | The skill ID used for this competition | Category: B1CompetitionRuleTableRow Foreign: Skill.Id |
| SkillCheckResultInfos | TArray | Array of skill check result information defining sequences and buffs for each result type | Category: B1CompetitionRuleTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |