Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalAITest
- AFunctionalAITestBase::RemoveSpawnSetIfPredicate()
- AFunctionalAITest::RemoveSpawnSetIfPredicate()
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 RemoveSpawnSetIfPredicate
(
TFunctionRef< bool &)> Predicate
)
Remarks
Iterate through the list of spawn sets and remove the spawn set if Predicate returns true.