It looks like you’re trying to trigger the UseObject trigger from the static mesh blueprint. If you want to trigger an input action, you would need to do it from the character blueprint or player controller. I would do this by getting a reference to this blueprint in your character blueprint, and then cast to it and call the trigger UseObject.
2 Likes
Awesome thanks for that, mine was set to disabled
1 Like