Navigation
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
Generic AI Test Spawn Set that is used in regular AFunctionalAITest tests.
Variables
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. |