call_preset_function
Invoke a function exposed in an Unreal Engine Remote Control Preset by specifying the preset name, function name, and optional parameters to trigger the action.
Instructions
Call a function exposed via a Remote Control Preset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters | No | Function parameters | |
| preset_name | Yes | Preset name | |
| function_name | Yes | Exposed function name |