add_interface_function_node
Adds an interface message call node to a Blueprint, enabling communication with any actor implementing the interface without knowing its exact class.
Instructions
Add a 'Message [FunctionName]' interface call node.
Interface messages can be sent to any actor implementing the interface without knowing its exact class.
Args: blueprint_name: Calling Blueprint interface_name: Interface name function_name: Interface function to call node_position: Optional graph position
KB: see knowledge_base/02_BLUEPRINT_COMMUNICATION.md#overview Example: add_interface_function_node(blueprint_name="/Game/MCP_Test/BP_Example", interface_name="ExampleName", function_name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | ||
| node_position | No | ||
| blueprint_name | Yes | ||
| interface_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |