For some reason my triggerbox is not working? Its not even registering that my actor is inside the triggerbox, I have no clue what the issue is.
Are you using BP_ThirdPersonCharacter?
Have you edited any of the character settings?
Have you tried a debug print string on the ‘cast failed’?
Yes, I have tried all of the above and the trigger box is not even registering when its overlapped.
When I ask if you edited the character, that’s really to check you haven’t changed the collision profile?
Try this function in a fresh project and then see if it works.
If it does, then, like Clockwork suggested, you accidentally changed the collision profile of your Thirdperson character.
Or the triggerbox’ itself. If in doubt, post collision settings of both.
I haven’t messed with the collision profile. Its only that specific trigger box and any new boxes I try to create as well. My trigger boxes worked in different project and levels perfectly.
I would migrate the project to an empty project then. I mean the entire project, because if the function is working elsewhere, there could be an artifact (broken reference, error, etc.).