Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
Include | #include "FunctionalAITest.h" |
Syntax
struct FPendingDelayedSpawn
Remarks
Struct defining a pending spawn request within a AFunctionalAITestBase.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bFinished | |
![]() |
uint32 | NumberToSpawnLeft | |
![]() |
uint32 | SpawnInfoIndex | Index to spawn in the SpawnInfoContainer's spawnset |
![]() |
uint32 | SpawnSetIndex | Index to spawn in the SpawnSets |
![]() |
float | TimeToNextSpawn |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FPendingDelayedSpawn
(
const uint32 InSpawnSetIndex, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Tick
(
float TimeDelta, |