Demo.TestWriteEvent
Demo.TestWriteEvent
#Overview
name: Demo.TestWriteEvent
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Add or update a test replay event on the currently recording replay, with an optional argument for event size in bytes
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp:226
Scope (from outer to inner):
file
namespace DemoNetDriverRecordingPrivate
Source code excerpt:
#if !UE_BUILD_SHIPPING
static FAutoConsoleCommandWithWorldAndArgs DemoTestWriteEvent(
TEXT("Demo.TestWriteEvent"),
TEXT("Add or update a test replay event on the currently recording replay, with an optional argument for event size in bytes"),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(
[](const TArray<FString>& Params, UWorld* World)
{
if (World)
{