Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AGameMode
Description
Attempt to find and associate an inactive PlayerState with entering PC. @Returns true if a PlayerState was found and associated with PC.
| Name | FindInactivePlayer |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/GameMode.h |
| Include Path | #include "GameFramework/GameMode.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameMode.cpp |
virtual bool FindInactivePlayer
(
APlayerController * PC
)