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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss