UGameplayStatics::RemovePlayer

Removes a player from this game.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h

Include

#include "Kismet/GameplayStatics.h"

Source

/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp

Syntax

static void RemovePlayer
(
    APlayerController * Player,
    bool bDestroyPawn
)

Remarks

Removes a player from this game.

Parameters

Parameter

Description

Player

The player controller of the player to be removed

bDestroyPawn

Whether the controlled pawn should be deleted as well

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