I have only recently gotten started in unreal engine and am very new. I have been trying to connect my “On Interact” with the interacting player being connected to “self” and it just won’t let me. I have seen other people do this so I know it works but can’t figure out a solution and would like this fixed soon.
Hey, welcome to the forum.
If inputs cant connect check the type of those inputs. Hover over the input and output pins and read what it says.
Self returns the a reference to the object that contains the blueprint - if the blueprint is in an actor it returns type Actor but if it is in the controller it will return a Player Controller.
Sometimes is just a matter of converting but sometimes it is a matter of finding the right reference.