blueprint_add_function
Create a custom function in a Blueprint with typed inputs/outputs, compile and save it. Returns the function graph name.
Instructions
Create a user function graph on a Blueprint with typed inputs/outputs, then compile and save. Returns the function graph name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function name. | |
| inputs | No | Parameter list: [{name, type}] | |
| outputs | No | Parameter list: [{name, type}] | |
| blueprint_path | Yes | Content path of the Blueprint asset, e.g. /Game/Blueprints/BP_Door. |