Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalAITestBase > ForEachSpawnSet
- AFunctionalAITestBase::ForEachSpawnSet()
- AFunctionalAITest::ForEachSpawnSet()
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
Include | #include "FunctionalAITest.h" |
virtual void ForEachSpawnSet
(
TFunctionRef< void &)> Predicate
) const
Remarks
Iterate through the list of spawn sets and execute Predicate on each in a const-correct way.