AbilitySystem.DebugAttribute
AbilitySystem.DebugAttribute
#Overview
name: AbilitySystem.DebugAttribute
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Usage: AbilitySystem.DebugAttribute [AttributeName] [AttributeName]...\nToggles Drawing the given attributes on Actors with AbilitySystemComponents
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/AbilitySystemDebugHUD.cpp:620
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorldAndArgs AbilitySystemToggleDebugAttributesCommand(
TEXT("AbilitySystem.DebugAttribute"),
TEXT("Usage: AbilitySystem.DebugAttribute [AttributeName] [AttributeName]...\nToggles Drawing the given attributes on Actors with AbilitySystemComponents"),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(UAbilitySystemDebugHUDExtension_Attributes::ToggleExtension)
);
FAutoConsoleCommandWithWorldAndArgs AbilitySystemClearDebugAttributesCommand(
TEXT("AbilitySystem.ClearDebugAttributes"),