This is currently how all my interfaces look. they are working but i have no red event and when i try to create one it wont compile because it says a function with that name already exists on the BP which it does but even clearing the function doesnt seem to remove it from the BP it just seems to be a part of it now since its implementing the interface…
with something like this or the reverse inside the function on the target BP
I had this project basically complete but i had most of the core code on the playercontroller BP and a million casts so i restarted it to attempt to put everything in the right BP and eliminate casting so even though its working im more concerned with it being right since that was really the whole point of starting over.