Navigation
API > API/Developer > API/Developer/FunctionalTesting
Generic AI Test Spawn Set that is used in regular AFunctionalAITest tests.
| Name | FAITestSpawnSet |
| Type | struct |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
Syntax
USTRUCT (BlueprintType )
struct FAITestSpawnSet : public FAITestSpawnSetBase
Inheritance Hierarchy
- FAITestSpawnSetBase → FAITestSpawnSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAITestSpawnSet() |
FunctionalAITest.h |
Functions
Public
Overridden from FAITestSpawnSetBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ForEachSpawnInfo
(
TFunctionRef< void(const FAITestSpawnInfoBase&)> Predicate |
To iterate through the spawn info container and execute Predicate on each in a const-correct way. | FunctionalAITest.h | |
virtual void ForEachSpawnInfo
(
TFunctionRef< void(FAITestSpawnInfoBase&)> Predicate |
To iterate through the spawn info container and execute Predicate on each. | FunctionalAITest.h | |
virtual const FAITestSpawnInfoBase * GetSpawnInfo
(
const int32 SpawnInfoIndex |
Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array. | FunctionalAITest.h | |
virtual FAITestSpawnInfoBase * GetSpawnInfo
(
const int32 SpawnInfoIndex |
Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array. | FunctionalAITest.h | |
virtual bool IsValidSpawnInfoIndex
(
const int32 Index |
Return whether the index is valid in the SpawnInfoContainer array. | FunctionalAITest.h |