Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalAITest
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FAITestSpawnSetBase * GetSpawnSet
(
const int32 SpawnSetIndex |
Return the SpawnSet at this index of the SpawnSets array. Const-correct version. | FunctionalAITest.h | |
virtual FAITestSpawnSetBase * GetSpawnSet
(
const int32 SpawnSetIndex |
Return the SpawnSet at this index of the SpawnSets array. | FunctionalAITest.h |
GetSpawnSet(const int32)
Description
Return the SpawnSet at this index of the SpawnSets array. Const-correct version.
| Name | GetSpawnSet |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp |
virtual const FAITestSpawnSetBase * GetSpawnSet
(
const int32 SpawnSetIndex
) const
GetSpawnSet(const int32)
Description
Return the SpawnSet at this index of the SpawnSets array.
| Name | GetSpawnSet |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp |
virtual FAITestSpawnSetBase * GetSpawnSet
(
const int32 SpawnSetIndex
)