Pickup item fails

I am following the tutorial https://www.youtube.com/watch?v=phAkEFa6Thc&t=4s . The pickup fails, because the pickup item is not found. The item is in the object list. If I give the command “Walk to Item” it works. So How does the character knows which item to pickup? I will tray to upload a prt of the blueprint. I am using UE 5.5

Greetings from the Netherlands

This is the solution I am using now? It is not optimal, but it is working.

Could somebody explain how the convai system puts the object ref in the ConvaiResultAction struct?

Hello @Henk_Massink,

Apologies for the delayed response, and thanks for your patience.

When you give a command like “Pick up Axe”, the system looks for an object labeled “Axe” in the Objects field within the Details panel. This field links Convai’s understanding of the scene to actual objects in your level. If the object is correctly referenced there, the appropriate Pick Up action should be triggered.

If the action response log shows a valid PickUp action, then the issue likely isn’t with Convai but rather with how the action is handled in your Blueprints or Level setup.