unreal.AbilitySystemInspectorToolset

class unreal.AbilitySystemInspectorToolset(outer: Object | None = None, name: Name | str = 'None')

Bases: ToolsetDefinition

Provides tools for inspecting the runtime state of an AbilitySystemComponent. Each function takes a direct actor pointer and raises a script error if the actor is null or has no AbilitySystemComponent.

C++ Source:

  • Plugin: GASToolsets

  • Module: GASToolsets

  • File: AbilitySystemInspectorToolset.h