unreal.GameplayAbilityTargetData_LocationInfo

class unreal.GameplayAbilityTargetData_LocationInfo(source_location: GameplayAbilityTargetingLocationInfo = Ellipsis, target_location: GameplayAbilityTargetingLocationInfo = Ellipsis)

Bases: GameplayAbilityTargetData

Target data with just a source and target location in space

C++ Source:

  • Plugin: GameplayAbilities

  • Module: GameplayAbilities

  • File: GameplayAbilityTargetTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • source_location (GameplayAbilityTargetingLocationInfo): [Read-Write] Generic location data for source

  • target_location (GameplayAbilityTargetingLocationInfo): [Read-Write] Generic location data for target

property source_location: GameplayAbilityTargetingLocationInfo

[Read-Write] Generic location data for source

Type:

(GameplayAbilityTargetingLocationInfo)

property target_location: GameplayAbilityTargetingLocationInfo

[Read-Write] Generic location data for target

Type:

(GameplayAbilityTargetingLocationInfo)