ue_bp_add_function_graph
Adds a new function graph to a Blueprint, creating default Entry and Return nodes. Provide the Blueprint path and function name to define an empty slot for later editing.
Instructions
Crea un grafo funzione vuoto (nodi Entry/Return di default).
I nodi interni non sono raggiungibili da qui: il corpo va scritto a mano nel Blueprint Editor, o lasciato vuoto come slot da riempire in seguito.
Args: blueprint_path: es. "/Game/MyGame/BP_Player". func_name: es. "ApriPorta".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| func_name | Yes | ||
| blueprint_path | Yes |