AGameModeBase::InitStartSpot

Called from RestartPlayerAtPlayerStart, can be used to initialize the start spawn actor

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "GameFramework/GameModeBase.h"

Syntax

void InitStartSpot
(
    AActor * StartSpot,
    AController * NewPlayer
)

Remarks

Called from RestartPlayerAtPlayerStart, can be used to initialize the start spawn actor

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