AbilitySystem.AbilityTask.Debug.PrintCounts
AbilitySystem.AbilityTask.Debug.PrintCounts
#Overview
name: AbilitySystem.AbilityTask.Debug.PrintCounts
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Print out the current AbilityTask counts by class. \'AbilitySystem.AbilityTask.Debug.RecordingEnabled\' must be turned on for this to function.
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/GameplayAbilities/Source/GameplayAbilities/Private/Abilities/Tasks/AbilityTask.cpp:59
Scope (from outer to inner):
file
namespace AbilityTaskCVars
Source code excerpt:
static FAutoConsoleCommand AbilityTaskPrintAbilityTaskCountsCmd(
TEXT("AbilitySystem.AbilityTask.Debug.PrintCounts"),
TEXT("Print out the current AbilityTask counts by class. 'AbilitySystem.AbilityTask.Debug.RecordingEnabled' must be turned on for this to function."),
FConsoleCommandDelegate::CreateStatic(DebugPrintAbilityTasksByClass)
);
}
static int32 GlobalAbilityTaskCount = 0;