unreal.TargetingTaskSet

class unreal.TargetingTaskSet(tasks: None = [])

Bases: StructBase

struct: FTargetingTaskSet A set of tasks to be used by targeting requests to find/processes targets

C++ Source:

  • Plugin: TargetingSystem

  • Module: TargetingSystem

  • File: TargetingSystemTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • tasks (Array[TargetingTask]): [Read-Write] The set of tasks that will be used to satisfy a targeting request

property tasks: None

[Read-Write] The set of tasks that will be used to satisfy a targeting request

Type:

(Array[TargetingTask])