ue_blackboard_add_key
Add a new key to an existing Unreal Engine Blackboard Data asset. Specify the blackboard path, key name, and key type to extend AI decision-making logic.
Instructions
Aggiunge una chiave a un Blackboard Data esistente.
Args: blackboard_path: es. "/Game/MyGame/AI/BB_Guard". key_name: es. "TargetActor". key_type: object | class | bool | int | float | string | name | vector | rotator | enum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_name | Yes | ||
| key_type | No | object | |
| blackboard_path | Yes |