B1RolePlayingInfo
- Defines role playing information for a cooperative action, mapping a role to its scenario steps and target filters.
| Property | Type | Description | Metadata |
|---|---|---|---|
| RoleId | FName | Role ID identifying which participant this playing info belongs to. | Category: B1RolePlayingInfo |
| ScenarioInfos | TArray | Ordered list of scenario steps for this role to execute. | Category: B1RolePlayingInfo |
| TimeOffset | int64 | Time offset in milliseconds before this role's scenarios begin. | Category: B1RolePlayingInfo |
| RoleTargetFilterIds | TArray | Target filter IDs applied when determining valid targets for this role. | Category: B1RolePlayingInfo Foreign: TargetFilter.Id |