UGameInstance::DebugRemovePlayer

Debug console command to remove the player with a given controller ID.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/GameInstance.h

Include

#include "Engine/GameInstance.h"

Source

/Engine/Source/Runtime/Engine/Private/GameInstance.cpp

Syntax

virtual void DebugRemovePlayer
(
    int32 ControllerId
)

Remarks

Debug console command to remove the player with a given controller ID.

Parameters

Parameter

Description

ControllerId

The controller ID to search for.

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