remote.autopie
remote.autopie
#Overview
name: remote.autopie
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
enables remote with pie
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/RemoteSessionModule.cpp:352
Scope: file
Source code excerpt:
FAutoConsoleCommand GRemoteAutoPIECommand(
TEXT("remote.autopie"),
TEXT("enables remote with pie"),
FConsoleCommandDelegate::CreateStatic(
[]()
{
if (FRemoteSessionModule* Viewer = FModuleManager::LoadModulePtr<FRemoteSessionModule>("RemoteSession"))
{