Casting 101 Help

Not within the casting code no.
But you can call static functions using your syntax in ATeleporter::TeleportMe()

This “::” accessor is used to access static member functions, meaning functions that are not specific to any instance of the class and belong to the class as a type.