B1Execute
- Represents a single execution command applied to a base object as part of script or interaction logic.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BaseObject | EB1BaseObject | The base object (Self or Target) this execute command acts upon. | Category: B1Execute |
| Command | EB1ExecuteType | The execute command type that determines what action is performed. | Category: B1Execute |
| S1 | FName | The first string parameter for this execute command (meaning depends on Command). | Category: B1Execute SearchLink: FB1Execute.Command |
| S2 | FName | The second string parameter for this execute command (meaning depends on Command). | Category: B1Execute |
| F1 | float | The first float parameter for this execute command (meaning depends on Command). | Category: B1Execute |
| F2 | float | The second float parameter for this execute command (meaning depends on Command). | Category: B1Execute |
| Prob | float | The probability (0.0 to 1.0) that this execute command will fire. | Category: B1Execute |