Attach to an Actor NOT Attaching the Actor

Hey guys, my MainPlayerController spawns a PortalManager, but the PortalManager does not attach to the actor at all. As you can see below I even ran a check and the log that comes up is “No OWNER” so I know that an actor is not being attached.
The MainPlayerController’s BP is spawned at the start of the game, so it could be I have to attach it to that, but I am not sure?

This happens on line 14. Would love a work around or solution to the problem. :slight_smile: