Slate.AllowPerUserHitTesting
Slate.AllowPerUserHitTesting
#Overview
name: Slate.AllowPerUserHitTesting
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Toggles between widgets mapping to a user id and requring a matching user id from an input event or allowing all users to interact with widget
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/Source/Runtime/Engine/Private/Slate/SGameLayerManager.cpp:34
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarEnablePerUserHitTesting(
TEXT("Slate.AllowPerUserHitTesting"),
bEnablePerUserHitTesting,
TEXT("Toggles between widgets mapping to a user id and requring a matching user id from an input event or allowing all users to interact with widget"),
FConsoleVariableDelegate::CreateStatic(&HandlePerUserHitTestingToggled)
);
#if UE_SLATE_WITH_GAMELAYER_CANVAS_VISIBILITY_COMMANDS