Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalAITestBase
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include | #include "FunctionalAITest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp |
bool Spawn
&40;
const int32 SpawnSetIndex,
const int32 SpawnInfoIndex
&41;
Remarks
Spawn this AI at this SpawnInfoIndex of the SpawnSetIndex spawn set. True if spawn was successful.
Parameters
| Name | Description |
|---|---|
| SpawnSetIndex | The index of the spawn set in the SpawnSets array |
| SpawnInfoIndex | The index of the spawn info in the spawn set |