remote.framegrabber.resx

remote.framegrabber.resx

#Overview

name: remote.framegrabber.resx

This variable is created as a Console Variable (cvar).

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:15

Scope: file

Source code excerpt:

static int32 FrameGrabberResX = 0;
static FAutoConsoleVariableRef CVarResXOverride(
	TEXT("remote.framegrabber.resx"), FrameGrabberResX,
	TEXT("Sets the desired X resolution"),
	ECVF_Default);

static int32 FrameGrabberResY = 0;
static FAutoConsoleVariableRef CVarResYOverride(
	TEXT("remote.framegrabber.resy"), FrameGrabberResY,