FAITestSpawnSet

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

Windows
MacOS
Linux

Inheritance Hierarchy

FAITestSpawnSetBase

FAITestSpawnSet

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h

Include

#include "FunctionalAITest.h"

Syntax

struct FAITestSpawnSet : public FAITestSpawnSetBase

Remarks

FAITestSpawnSet

Generic AI Test Spawn Set that is used in regular AFunctionalAITest tests.

Variables

Name Description

Protected variable

TArray< FAITest...

 

SpawnInfoContainer

What to spawn

Constructors

Name Description

Public function

FAITestSpawnSet()

Overridden from FAITestSpawnSetBase

Name Description

Public function Virtual Const

void

 

ForEachSpawnInfo

(
    TFunctionRef< void...
)

To iterate through the spawn info container and execute Predicate on each in a const-correct way.

Public function Virtual

void

 

ForEachSpawnInfo

(
    TFunctionRef< void...
)

To iterate through the spawn info container and execute Predicate on each.

Public function Virtual Const

const FAITes...

 

GetSpawnInfo

(
    const int32 SpawnInfoIndex
)

Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array.

Public function Virtual

FAITestSpawn...

 

GetSpawnInfo

(
    const int32 SpawnInfoIndex
)

Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array.

Public function Virtual Const

bool

 

IsValidSpawnInfoIndex

(
    const int32 Index
)

Return whether the index is valid in the SpawnInfoContainer array.

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