unreal.ActorPerceptionBlueprintInfo

class unreal.ActorPerceptionBlueprintInfo(target: Actor = Ellipsis, last_sensed_stimuli: None = [], is_hostile: bool = False)

Bases: StructBase

Actor Perception Blueprint Info

C++ Source:

  • Module: AIModule

  • File: AIPerceptionComponent.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_hostile (bool): [Read-Write]

  • last_sensed_stimuli (Array[AIStimulus]): [Read-Write]

  • target (Actor): [Read-Write]

property is_hostile: bool

[Read-Write]

Type:

(bool)

property last_sensed_stimuli: None

[Read-Write]

Type:

(Array[AIStimulus])

property target: Actor

[Read-Write]

Type:

(Actor)