AFunctionalAITest::ForEachSpawnSet

Iterate through the list of spawn sets and execute Predicate on each in a const-correct way.

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

References

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

Remarks

Iterate through the list of spawn sets and execute Predicate on each in a const-correct way.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library