Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDemoNetDriver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RequestEventGroupDataForActiveReplay
(
const FString& Group, |
Retrieve data for all events matching the requested group, and call the passed in delegate on completion. | Engine/DemoNetDriver.h | |
void RequestEventGroupDataForActiveReplay
(
const FString& Group, |
Engine/DemoNetDriver.h |
RequestEventGroupDataForActiveReplay(const FString &, const FRequestEventGroupDataCallback &)
Description
Retrieve data for all events matching the requested group, and call the passed in delegate on completion.
| Name | RequestEventGroupDataForActiveReplay |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h |
| Include Path | #include "Engine/DemoNetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp |
void RequestEventGroupDataForActiveReplay
(
const FString & Group,
const FRequestEventGroupDataCallback & Delegate
)
RequestEventGroupDataForActiveReplay(const FString &, const int32, const FRequestEventGroupDataCallback &)
| Name | RequestEventGroupDataForActiveReplay |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h |
| Include Path | #include "Engine/DemoNetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp |
void RequestEventGroupDataForActiveReplay
(
const FString & Group,
const int32 UserIndex,
const FRequestEventGroupDataCallback & Delegate
)