unreal.AITestSpawnInfoBase
¶
- class unreal.AITestSpawnInfoBase(spawn_location: Actor = Ellipsis, number_to_spawn: int = 0, spawn_delay: float = 0.0, pre_spawn_delay: float = 0.0)¶
Bases:
StructBase
FAITestSpawnInfoBase
Base struct defining where & when to spawn. Used within a FAITestSpawnSetBase class.
C++ Source:
Module: FunctionalTesting
File: FunctionalAITest.h
Editor Properties: (see get_editor_property/set_editor_property)
number_to_spawn
(int32): [Read-Write]pre_spawn_delay
(float): [Read-Write] delay before attempting first spawnspawn_delay
(float): [Read-Write] delay between consecutive spawn attemptsspawn_location
(Actor): [Read-Write] Where should AI be spawned