create_blueprint_function
Create a new function within a specified Unreal Engine Blueprint, defining its name and optional return type to extend Blueprint logic.
Instructions
Create a new function in a Blueprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| return_type | No | void | |
| function_name | Yes | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |