CommonUI.DumpActivatableTree
CommonUI.DumpActivatableTree
#Overview
name: CommonUI.DumpActivatableTree
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Outputs the current state of the activatable tree. 4 args: bIncludeActions, bIncludeChildren, bIncludeInactive, LocalPlayerId (optional, defaults to -1 or all)
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:1717
Scope: file
Source code excerpt:
static const FAutoConsoleCommandWithWorldAndArgs DumpActivatableTreeCommand(
TEXT("CommonUI.DumpActivatableTree"),
TEXT("Outputs the current state of the activatable tree. 4 args: bIncludeActions, bIncludeChildren, bIncludeInactive, LocalPlayerId (optional, defaults to -1 or all)"),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(&FActionRouterDebugUtils::HandleDebugDumpTree)
);
static const FAutoConsoleCommandWithWorld DumpInputConfigCommand(
TEXT("CommonUI.DumpInputConfig"),