Errors with blueprints. trying to use functions from a widget to a blueprint actor

The error is telling you that the variable is pointing at any chest. You have to tell the system which chest you want to talk to.

GetAllActorsOfClass will do the trick, but it really depends on your game how you get the right one…