UDemoNetDriver::RequestEventGroupDataForActiveReplay

Retrieve data for all events matching the requested group, and call the passed in delegate on completion.

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 RequestEventGroupDataForActiveReplay
(
    const FString & Group,
    const int32 UserIndex,
    const FRequestEventGroupDataCallback & Delegate
)

Remarks

Retrieve data for all events matching the requested group, and call the passed in delegate on completion.

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