Issue with interactable actors

Hey all.

I have an inventory system, can pick up/drop and use the items in there, it all works fine.

I am now trying to create an interact able actor that I can use for crafting/cooking interfaces ETC, but I have hit a snag and it’s causing me a real headache.

When I play the game, everything is working, I can click on the actor and the interactions interface opens up, when I leave the collision box of the actor, the interface disappears as intended. The issue I’m having is that when I click it again, it doesn’t show up, and upon exiting the game UE4 crashes.

Any help or advice on narrowing down possible problems would be greatly appreciated,
Thanks

.

After a bit more de-bugging I have found out it doesn’t matter if I click it or not, it seems I can only enter the collision box once. If I enter it a second time it causes a crash on exiting the game.

And… SOLVED: self remedied, was a silly mistake :stuck_out_tongue: