Finding an actor in a map between play sessions.

Well the game isn’t networked so I don’t need to worry about that. I guess you are saying use AActor::GetFName() and use that as the identifier? If so how do I get object by name?

GetAllActors and then find Actor that matches? I am looking for the most efficient way in code to get an object that is in the world map.