unreal.GASToolsetsTestAttributeSet

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

Bases: AttributeSet

Minimal AttributeSet subclass used exclusively in automation tests. Defines two FGameplayAttributeData properties to verify attribute enumeration.

C++ Source:

  • Plugin: GASToolsets

  • Module: GASToolsets

  • File: AttributeSetToolsetTest.h

Editor Properties: (see get_editor_property/set_editor_property)

  • health (GameplayAttributeData): [Read-Write]

  • max_health (GameplayAttributeData): [Read-Write]

property health: GameplayAttributeData

[Read-Only]

Type:

(GameplayAttributeData)

property max_health: GameplayAttributeData

[Read-Only]

Type:

(GameplayAttributeData)