Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/FAITestSpawnSetBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
GetSpawnInfo(const int32)
Description
Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array. Const-correct version.
| Name | GetSpawnInfo |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
virtual const FAITestSpawnInfoBase * GetSpawnInfo
(
const int32 SpawnInfoIndex
) const
GetSpawnInfo(const int32)
Description
Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array.
| Name | GetSpawnInfo |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
virtual FAITestSpawnInfoBase * GetSpawnInfo
(
const int32 SpawnInfoIndex
)