remote.framerate
remote.framerate
#Overview
name: remote.framerate
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Sets framerate
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/Plugins/Experimental/RemoteSession/Source/RemoteSession/Private/ImageProviders/RemoteSessionFrameBufferImageProvider.cpp:9
Scope: file
Source code excerpt:
static int32 FramerateSetting = 0;
static FAutoConsoleVariableRef CVarFramerateOverride(
TEXT("remote.framerate"), FramerateSetting,
TEXT("Sets framerate"),
ECVF_Default);
static int32 FrameGrabberResX = 0;
static FAutoConsoleVariableRef CVarResXOverride(
TEXT("remote.framegrabber.resx"), FrameGrabberResX,