B1ScenarioInfo
- Defines a single scenario step within a cooperative action role, specifying which interaction bag to play and its acting type.
| Property | Type | Description | Metadata |
|---|---|---|---|
| InteractionBagId | FName | Interaction bag ID to execute for this scenario step. | Category: B1ScenarioInfo Foreign: InteractionBag.Id |
| ActingType | EB1ActingType | Acting type determining whether this step is essential, looping, or non-synced. | Category: B1ScenarioInfo |
| ForceCurrentInteractionCancel | bool | Whether the current interaction should be force-cancelled before this scenario starts. | Category: B1ScenarioInfo |