B1CoopGroupRotationTableRow
- Table row defining a group rotation cooperative action, where participants take turns performing interactions.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ParticipantMainInteractCount | int32 | Number of times each participant performs the main interaction before the rotation ends. | Category: B1CoopGroupRotationTableRow |
| MainInteractionBagId | FName | Interaction bag ID used for the main interaction slot. | Category: B1CoopGroupRotationTableRow Foreign: InteractionBag.Id |
| MainInteractionScriptIds | TArray | Script IDs executed during the main interaction. | Category: B1CoopGroupRotationTableRow Foreign: Script.Id |
| SubInteractionBagId | FName | Interaction bag ID used for the sub interaction slot (for waiting participants). | Category: B1CoopGroupRotationTableRow Foreign: InteractionBag.Id |
| ConditionId | FName | Condition ID that must be met for this rotation to proceed. | Category: B1CoopGroupRotationTableRow Foreign: Condition.Id |
| TimeOutDuration | int32 | Maximum duration before the group rotation times out (in game-time minutes). | Category: B1CoopGroupRotationTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |