RemoteSessionEd.SlateDragDistanceOverride
RemoteSessionEd.SlateDragDistanceOverride
#Overview
name: RemoteSessionEd.SlateDragDistanceOverride
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
How many pixels you need to drag before a drag and drop operation starts in remote app
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/RemoteSessionHost.cpp:14
Scope (from outer to inner):
file
namespace RemoteSessionEd
Source code excerpt:
namespace RemoteSessionEd
{
static FAutoConsoleVariable SlateDragDistanceOverride(TEXT("RemoteSessionEd.SlateDragDistanceOverride"), 10.0f, TEXT("How many pixels you need to drag before a drag and drop operation starts in remote app"));
};
FRemoteSessionHost::FRemoteSessionHost(TArray<FRemoteSessionChannelInfo> InSupportedChannels)
: HostTCPPort(0)
, IsListenerConnected(false)