B2CompetitionGroupContext
- Stores context data for a group competition, including all participant results.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CompetitionRuleId | FName | ID of the competition rule applied to this group competition. | |
| SkillId | FName | ID of the skill used in this group competition. | |
| CompetitionType | EB1CompetitionType | Type of competition (Individual or Versus). | |
| bAvailableDraw | bool | Whether a draw result is allowed. | |
| GroupDatas | TArray | List of individual participant result data for this group competition. |