unreal.AIStimulus

class unreal.AIStimulus(age: float = 0.0, expiration_age: float = 0.0, strength: float = 0.0, stimulus_location: Vector = Ellipsis, receiver_location: Vector = Ellipsis, tag: Name = 'None', successfully_sensed: bool = False)

Bases: StructBase

C++ Source:

  • Module: AIModule

  • File: AIPerceptionTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • age (float): [Read-Write]

  • expiration_age (float): [Read-Write]

  • receiver_location (Vector): [Read-Write]

  • stimulus_location (Vector): [Read-Write]

  • strength (float): [Read-Write]

  • successfully_sensed (bool): [Read-Write]

  • tag (Name): [Read-Write]

property age: float

[Read-Write]

Type:

(float)

property expiration_age: float

[Read-Write]

Type:

(float)

property receiver_location: Vector

[Read-Write]

Type:

(Vector)

property stimulus_location: Vector

[Read-Write]

Type:

(Vector)

property strength: float

[Read-Write]

Type:

(float)

property successfully_sensed: bool

[Read-Write]

Type:

(bool)

property tag: Name

[Read-Write]

Type:

(Name)