AGameModeBase::GenericPlayerInitialization

Handles all player initialization that is shared between the travel methods (i.e. called from both [PostLogin()](API\Runtime\Engine\GameFramework\AGameModeBase\PostLogin) and [HandleSeamlessTravelPlayer()](API\Runtime\Engine\GameFramework\AGameModeBase\HandleSeamlessTravelPlayer))

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/GameModeBase.h

Include

#include "GameFramework/GameModeBase.h"

Source

/Engine/Source/Runtime/Engine/Private/GameModeBase.cpp

Syntax

virtual void GenericPlayerInitialization
(
    AController * C
)

Remarks

Handles all player initialization that is shared between the travel methods (i.e. called from both PostLogin() and HandleSeamlessTravelPlayer())

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss