B2CompetitionContext
- Stores context data for a single competition instance, including rule, skill, type, and outcome.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CompetitionRuleId | FName | ID of the competition rule applied to this competition. | |
| SkillId | FName | ID of the skill used in this competition. | |
| CompetitionType | EB1CompetitionType | Type of competition (Individual or Versus). | |
| bAvailableDraw | bool | Whether a draw result is allowed in this competition. | |
| DiceValue | int32 | Dice roll value used for this competition outcome. | |
| ResultType | EB1SkillCheckResultType | Skill check result type for this competition. |