unreal.AttributeMetaData

class unreal.AttributeMetaData(base_value: float = 0.0, min_value: float = 0.0, max_value: float = 0.0, can_stack: bool = False)

Bases: TableRowBase

DataTable that allows us to define meta data about attributes. Still a work in progress.

C++ Source:

  • Plugin: GameplayAbilities

  • Module: GameplayAbilities

  • File: AttributeSet.h

Editor Properties: (see get_editor_property/set_editor_property)

  • base_value (float): [Read-Write]

  • can_stack (bool): [Read-Write]

  • max_value (float): [Read-Write]

  • min_value (float): [Read-Write]

property base_value: float

[Read-Only]

Type:

(float)

property can_stack: bool

[Read-Only]

Type:

(bool)

property max_value: float

[Read-Only]

Type:

(float)

property min_value: float

[Read-Only]

Type:

(float)