FPendingDelayedSpawn

[FPendingDelayedSpawn](API\Developer\FunctionalTesting\FPendingDelayedSpawn)

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

FPendingDelayedSpawn

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 ()  
  FPendingDelayedSpawn ( const uint32 InSpawnSetIndex, const uint32 InSpawnInfoIndex, const int32 InNumberToSpawnLeft, const float InTimeToNextSpawn )  

Functions

Type Name Description
void Tick ( float TimeDelta, AFunctionalAITestBase* AITest )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library