remote_call
Call any Unreal Engine Remote Control function by specifying an object path or actor label, function name, and JSON parameters.
Instructions
Call any Unreal Remote Control function.
Parameters:
kwargs: key=value pairs or JSON object Supported parameters:
object_path: Direct Unreal object path
actor_label: Actor label to resolve into an object path
component_class: Optional component class to resolve from the actor
function_name: Unreal function to call
parameters: JSON object of function parameters
generate_transaction: true/false, default true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kwargs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |