Cast to (insert class/blueprint name here)

Example: You’re tired of having to create 2 nodes to cast to MyPlayerController each time, and would rather make a static GetCastedController() I can call, that just gets my player controller, already casted and ready to go. It would accept the player class, find the controller, do the cast, and return the results.