Necessary to call parent function in Begin Play?

Is it necessary to add a call to parent function in the Begin Play of child classes of some of the core game scripts like Game Mode and Game State? In other words, is there any inherent functionality in them, functionality that i would be overriding by not doing so? Can’t find this info anywhere. Same question for OnPostLogin and HandleMatchHasStarted.

Still wondering the answer to this.