remote.host
remote.host
#Overview
name: remote.host
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Starts a remote viewer host
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:325
Scope: file
Source code excerpt:
FAutoConsoleCommand GRemoteHostCommand(
TEXT("remote.host"),
TEXT("Starts a remote viewer host"),
FConsoleCommandDelegate::CreateStatic(
[]()
{
if (FRemoteSessionModule* Viewer = FModuleManager::LoadModulePtr<FRemoteSessionModule>("RemoteSession"))
{