implement_blueprint_interface
Adds a Blueprint Interface to a Blueprint asset, enabling it to implement the interface's functions and events.
Instructions
Make a Blueprint implement a Blueprint Interface.
Args: blueprint_name: Blueprint that will implement the interface interface_name: Interface asset name
KB: see knowledge_base/02_BLUEPRINT_COMMUNICATION.md#overview Example: implement_blueprint_interface(blueprint_name="/Game/MCP_Test/BP_Example", interface_name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprint_name | Yes | ||
| interface_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |