B1TaskInfo
- Defines a single task step within a cooperative action, including scripts, target filters, and role playing info.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Step | int32 | Step index for this task (0-999). | Category: B1TaskInfo ClampMax: 999 ClampMin: 0 |
| StepScriptInfos | TArray | Scripts to execute at this step. | Category: B1TaskInfo |
| StepTargetFilterIds | TArray | Target filter IDs applied when selecting targets for this step. | Category: B1TaskInfo Foreign: TargetFilter.Id |
| ReleaseMainTargetObject | bool | Whether to release the main target object after this step. | Category: B1TaskInfo |
| RolePlayingInfos | TArray | List of role playing info entries executed during this task step. | Category: B1TaskInfo |