UDemoNetDriver::AddUserToReplay

Adds a join-in-progress user to the set of users associated with the currently recording replay (if any)

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

void AddUserToReplay
(
    const FString & UserString
)

Remarks

Adds a join-in-progress user to the set of users associated with the currently recording replay (if any)

Parameters

Parameter

Description

UserString

a string that uniquely identifies the user, usually his or her FUniqueNetId

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