It simply means your actor variable is currently empty (not valid). You can use the “get all actors of class” node to find the portal you want and set it to your portal variable reference.
A better approach is to spawn the portal from the ai class and from there, you can get the reference straight away without using an expensive node like this.