unreal.AITestSpawnSet

class unreal.AITestSpawnSet(name: Name = 'None', enabled: bool = False, fallback_spawn_location: Actor = Ellipsis, spawn_info_container: Array[AITestSpawnInfo] = [])

Bases: AITestSpawnSetBase

FAITestSpawnSet

Generic AI Test Spawn Set that is used in regular AFunctionalAITest tests.

C++ Source:

  • Module: FunctionalTesting

  • File: FunctionalAITest.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write] Enabled

  • fallback_spawn_location (Actor): [Read-Write] Fallback Spawn Location: location used for spawning if spawn info doesn’t define one

  • name (Name): [Read-Write] Name: give the set a name to help identify it if need be

  • spawn_info_container (Array[AITestSpawnInfo]): [Read-Write] Spawn Info Container: what to spawn

property spawn_info_container: Array[AITestSpawnInfo]

[Read-Write] Spawn Info Container: what to spawn

Type:

(Array[AITestSpawnInfo])