call_preset_function
Invoke a function registered in an Unreal Engine Remote Control Preset. Provide preset name, function name, and optional parameters.
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 |