Skip to main content

AbilitySystem.AbilityTask.Debug.RecordingEnabled

Var

Unreal Engine Var console variable.

AbilitySystemAbilityTaskDebugRecordingEnabled

Description

Set to 0 to disable, 1 to enable in non-shipping builds, and 2 to enable in all builds (including shipping). If this is enabled, all new AbilityTasks will be counted by type. Use 'AbilitySystem.AbilityTask.Debug.PrintCounts' to print out the current counts.

Usage

AbilitySystem.AbilityTask.Debug.RecordingEnabled [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.