FAITestSpawnSetBase::ForEachSpawnInfo

Pure virtual method to iterate through the spawn info container and execute Predicate on each in a const-correct way.

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

  • FAITestSpawnSetBase::ForEachSpawnInfo()

References

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

Remarks

Pure virtual method to iterate through the spawn info container 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