This is in the UMG Widget Event graph, it gets the player controller and then the controlled pawn(your character), then it casts it to YourCharacterClass(Mine is called PlayerCameraPawn) and then saves it in a variable of YourCharacterClass Reference type.