AFunctionalAITestBase::RemoveSpawnSetIfPredicate

Iterate through the list of spawn sets and remove the spawn set if Predicate returns true.

Windows
MacOS
Linux

Override Hierarchy

AFunctionalAITestBase::RemoveSpawnSetIfPredicate()

AFunctionalAITest::RemoveSpawnSetIfPredicate()

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h

Include

#include "FunctionalAITest.h"

Syntax

virtual void RemoveSpawnSetIfPredicate
(
    TFunctionRef< bool &)> Predicate
)

Remarks

Iterate through the list of spawn sets and remove the spawn set if Predicate returns true.