FAITestSpawnSet

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

Unreal Engine C++ API Reference > Developer > FunctionalTesting

Inheritance Hierarchy

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h
Include #include "FunctionalAITest.h"

Syntax

struct FAITestSpawnSet : public [FAITestSpawnSetBase](API\Developer\FunctionalTesting\FAITestSpawnSetBase)  

Remarks

FAITestSpawnSet

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

Variables

Type Name Description
TArray< FAITest... SpawnInfoContainer What to spawn

Constructors

Type Name Description
  FAITestSpawnSet ()  

Overridden from FAITestSpawnSetBase

Type Name Description
void ForEachSpawnInfo ( TFunctionRef< void(const FAITestSpa... ) To iterate through the spawn info container and execute Predicate on each in a const-correct way.
void ForEachSpawnInfo ( TFunctionRef< void(FAITestSpawnInfo... ) To iterate through the spawn info container and execute Predicate on each.
const FAITes... GetSpawnInfo ( const int32 SpawnInfoIndex ) Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array.
FAITestSpawn... GetSpawnInfo ( const int32 SpawnInfoIndex ) Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array.
bool IsValidSpawnInfoIndex ( const int32 Index ) Return whether the index is valid in the SpawnInfoContainer array.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library