FAITestSpawnSet::ForEachSpawnInfo

To iterate through the spawn info container and execute Predicate on each.

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

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 ForEachSpawnInfo
(
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void([FAITestSpawnInfoBase](API\Developer\FunctionalTesting\FAITestSpawnInfoBase) &)> Predicate
)

Remarks

To iterate through the spawn info container and execute Predicate on each.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library