Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalAITestBase
- AFunctionalAITestBase::RemoveSpawnSetIfPredicate()
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
Include | #include "FunctionalAITest.h" |
virtual void RemoveSpawnSetIfPredicate ( [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< bool([FAITestSpawnSetBase](API\Developer\FunctionalTesting\FAITestSpawnSetBase) &)> Predicate )
Remarks
Iterate through the list of spawn sets and remove the spawn set if Predicate returns true.