B1StepScriptInfo
- Defines a script execution entry for a cooperative action step, including timing and role mappings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ScriptId | FName | Script ID to execute at this step. | Category: B1StepScriptInfo Foreign: Script.Id |
| bExecuteOnStepStart | bool | Whether this script executes at the start of the step rather than at the end. | Category: B1StepScriptInfo |
| SelfTargetInfos | TArray | List of self/target role mappings used when executing this script. | Category: B1StepScriptInfo |