ActionBar.IgnoreOptOut
ActionBar.IgnoreOptOut
#Overview
name: ActionBar.IgnoreOptOut
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true, the Bound Action Bar will display bindings whether or not they are configured bDisplayInReflector
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/CommonBoundActionBar.cpp:19
Scope: file
Source code excerpt:
bool bActionBarIgnoreOptOut = false;
static FAutoConsoleVariableRef CVarActionBarIgnoreOptOut(
TEXT("ActionBar.IgnoreOptOut"),
bActionBarIgnoreOptOut,
TEXT("If true, the Bound Action Bar will display bindings whether or not they are configured bDisplayInReflector"),
ECVF_Default
);
void UCommonBoundActionBar::SetDisplayOwningPlayerActionsOnly(bool bShouldOnlyDisplayOwningPlayerActions)