CommonUI.Debug.CheckGameViewportClientValid
CommonUI.Debug.CheckGameViewportClientValid
#Overview
name: CommonUI.Debug.CheckGameViewportClientValid
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Log error when CommonUI is used without the current game viewport deriving from CommonGameViewportClient.
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/Runtime/CommonUI/Source/CommonUI/Private/Input/CommonUIActionRouterBase.cpp:69
Scope: file
Source code excerpt:
static bool bCheckGameViewportClientValid = true;
static FAutoConsoleVariableRef CVarCheckGameViewportClientValid(
TEXT("CommonUI.Debug.CheckGameViewportClientValid"),
bCheckGameViewportClientValid,
TEXT("Log error when CommonUI is used without the current game viewport deriving from CommonGameViewportClient."));
//////////////////////////////////////////////////////////////////////////
FGlobalUITags FGlobalUITags::GUITags;