BeginPlay Method for PlayerController

Guys,

I want my player controller to be informed when the game begin play. There is a method for actors but what about contollers?

Controller is also based of Actor so it also have BeginPlay which in this case it will be called when player joins as this is a moment where new player controller is spawned

No worries :stuck_out_tongue: all classes based of Actor have “A” prefix

I am sorry this such a silly question :frowning: