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] Base Value

  • can_stack (bool): [Read-Write] Can Stack

  • max_value (float): [Read-Write] Max Value

  • min_value (float): [Read-Write] Min Value

property base_value: float

[Read-Only] Base Value

Type:

(float)

property can_stack: bool

[Read-Only] Can Stack

Type:

(bool)

property max_value: float

[Read-Only] Max Value

Type:

(float)

property min_value: float

[Read-Only] Min Value

Type:

(float)