Navigation
BlueprintAPI > BlueprintAPI/AI > BlueprintAPI/AI/Tasks
Helper function to create an AITask that reaches and interacts with the SmartObject slot using the GameplayInteraction definition
Target is AITask Use Gameplay Interaction
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Controller | The controller that will move to the slot location and that will (or its attached pawn if available) take part to the interaction. |
| struct | Claim Handle | The handle to an already claimed slot. |
| boolean | Lock AILogic | Indicates if the task adds UAIResource_Logic to the set of Claimed resources |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Async Task | |
| exec | On Finished | |
| exec | On Succeeded | |
| exec | On Failed | |
| exec | On Move To Failed |