UDemoNetDriver::RemoveSplitscreenViewer

Removes a splitscreen demo viewer and cleans up its connection.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h

Include

#include "Engine/DemoNetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp

Syntax

bool RemoveSplitscreenViewer
(
    APlayerController * RemovePlayer,
    bool bMarkOwnerForDeletion
)

Remarks

Removes a splitscreen demo viewer and cleans up its connection.

Returns

If the player was successfully removed from the replay.

Parameters

Parameter

Description

RemovePlayer

The PlayerController to remove from the replay system

bMarkOwnerForDeletion

If this function should handle deleting the given player 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