AGameModeBase::ShouldSpawnAtStartSpot

Return true if FindPlayerStart should use the StartSpot stored on Player instead of calling ChoosePlayerStart

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 bool ShouldSpawnAtStartSpot
(
    AController * Player
)

Remarks

Return true if FindPlayerStart should use the StartSpot stored on Player instead of calling ChoosePlayerStart

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