ue_bt_add_service
Add a service to composite nodes (Selector/Sequence) in an Unreal Engine Behavior Tree by specifying the BT path, node path, and service class.
Instructions
Aggiunge un service a un nodo composite (solo Selector/Sequence, non i task).
Args: bt_path: path del Behavior Tree. node_path: "root" o un path tipo "0" — deve essere un nodo composite. service_class: es. "BTService_DefaultFocus".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bt_path | Yes | ||
| node_path | Yes | ||
| service_class | Yes |