FAITestSpawnSet::GetSpawnInfo

Return the [FAITestSpawnInfoBase](API\Developer\FunctionalTesting\FAITestSpawnInfoBase) at this index of the SpawnInfoContainer array.

Unreal Engine C++ API Reference > Developer > FunctionalTesting > FAITestSpawnSet > GetSpawnInfo

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h
Include #include "FunctionalAITest.h"
Source /Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp
virtual const [FAITestSpawnInfoBase](API\Developer\FunctionalTesting\FAITestSpawnInfoBase) * GetSpawnInfo
(
    const int32 SpawnInfoIndex
) const

Remarks

Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array. Const-correct version.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library