UDemoNetDriver::SpawnSplitscreenViewer

Creates a new splitscreen replay viewer.

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 SpawnSplitscreenViewer
(
    ULocalPlayer * NewPlayer,
    UWorld * InWorld
)

Remarks

Creates a new splitscreen replay viewer.

Returns

If the viewer was able to be created or not.

Parameters

Parameter

Description

NewPlayer

The LocalPlayer in control of this new viewer

InWorld

The world to spawn the new viewer in.

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