FPendingDelayedSpawn

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

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bFinished

Public variable

uint32

 

NumberToSpawnLeft

Public variable

uint32

 

SpawnInfoIndex

Index to spawn in the SpawnInfoContainer's spawnset

Public variable

uint32

 

SpawnSetIndex

Index to spawn in the SpawnSets

Public variable

float

 

TimeToNextSpawn

Constructors

Name Description

Public function

FPendingDelayedSpawn()

Public function

FPendingDelayedSpawn

(
    const uint32 InSpawnSetIndex,
    const uint32 InSpawnInfoIndex,
    const int32 InNumberToSpawnLeft,
    const float InTimeToNextSpawn
)

Functions

Name Description

Public function

void

 

Tick

(
    float TimeDelta,
    AFunctionalAITestBase* AITest
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss