Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalAITestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ForEachSpawnSet
(
TFunctionRef< void(const FAITestSpawnSetBase&)> Predicate |
Iterate through the list of spawn sets and execute Predicate on each in a const-correct way. | FunctionalAITest.h | |
virtual void ForEachSpawnSet
(
TFunctionRef< void(FAITestSpawnSetBase&)> Predicate |
Iterate through the list of spawn sets and execute Predicate on each. | FunctionalAITest.h |
ForEachSpawnSet(TFunctionRef< void(const FAITestSpawnSetBase &)>)
Description
Iterate through the list of spawn sets and execute Predicate on each in a const-correct way.
| Name | ForEachSpawnSet |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
virtual void ForEachSpawnSet
(
TFunctionRef< void &)> Predicate
) const
ForEachSpawnSet(TFunctionRef< void(FAITestSpawnSetBase &)>)
Description
Iterate through the list of spawn sets and execute Predicate on each.
| Name | ForEachSpawnSet |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
virtual void ForEachSpawnSet
(
TFunctionRef< void &)> Predicate
)