Navigation
Unreal Engine C++ API Reference > 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 ( const int32 SpawnSetIndex, const int32 SpawnInfoIndex )
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 |