AFunctionalAITestBase::ForEachSpawnSet

Iterate through the list of spawn sets and execute Predicate on each.

Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalAITestBase > ForEachSpawnSet

  • AFunctionalAITestBase::ForEachSpawnSet()

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h
Include #include "FunctionalAITest.h"
virtual void ForEachSpawnSet
(
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void([FAITestSpawnSetBase](API\Developer\FunctionalTesting\FAITestSpawnSetBase) &)> Predicate
)

Remarks

Iterate through the list of spawn sets and execute Predicate on each.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library