Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalAITestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAITestSpawnInfoBase * GetSpawnInfo
(
const int32 SpawnSetIndex, |
Return the SpawnInfo at SpawnInfoIndexof the SpawnSet at SpawnSetIndex. Const-correct version. | FunctionalAITest.h | |
FAITestSpawnInfoBase * GetSpawnInfo
(
const int32 SpawnSetIndex, |
Return the SpawnInfo at SpawnInfoIndexof the SpawnSet at SpawnSetIndex. | FunctionalAITest.h |
GetSpawnInfo(const int32, const int32)
Description
Return the SpawnInfo at SpawnInfoIndexof the SpawnSet at SpawnSetIndex. Const-correct version.
| Name | GetSpawnInfo |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp |
const FAITestSpawnInfoBase * GetSpawnInfo
(
const int32 SpawnSetIndex,
const int32 SpawnInfoIndex
) const
GetSpawnInfo(const int32, const int32)
Description
Return the SpawnInfo at SpawnInfoIndexof the SpawnSet at SpawnSetIndex.
| Name | GetSpawnInfo |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp |
FAITestSpawnInfoBase * GetSpawnInfo
(
const int32 SpawnSetIndex,
const int32 SpawnInfoIndex
)