unreal.AITestSpawnSet

class unreal.AITestSpawnSet(name='None', enabled=True, fallback_spawn_location=None, spawn_info_container=[])

Bases: unreal.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

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

Type

(Array(AITestSpawnInfo))