B1SiteAction
- Represents a single site action command applied to a target, with configurable string and float parameters.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Command | EB1SiteActionType | The site action command type to execute. | Category: B1SiteAction |
| Target | EB1SiteActionTarget | The target category this action is applied to (e.g., objects, visitors). | Category: B1SiteAction |
| S1 | FName | The first string parameter (meaning depends on Command). | Category: B1SiteAction SearchLink: FB1SiteAction.Command |
| S2 | FName | The second string parameter (meaning depends on Command). | Category: B1SiteAction SearchLink: FB1SiteAction.Command |
| F1 | float | The first float parameter (meaning depends on Command). | Category: B1SiteAction |
| F2 | float | The second float parameter (meaning depends on Command). | Category: B1SiteAction |