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