Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/FAITestSpawnSetBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ForEachSpawnInfo
(
TFunctionRef< void(const FAITestSpawnInfoBase&)> Predicate |
Pure virtual method to iterate through the spawn info container and execute Predicate on each in a const-correct way. | FunctionalAITest.h | |
virtual void ForEachSpawnInfo
(
TFunctionRef< void(FAITestSpawnInfoBase&)> Predicate |
Pure virtual method to iterate through the spawn info container and execute Predicate on each. | FunctionalAITest.h |
ForEachSpawnInfo(TFunctionRef< void(const FAITestSpawnInfoBase &)>)
Description
Pure virtual method to iterate through the spawn info container and execute Predicate on each in a const-correct way.
| Name | ForEachSpawnInfo |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
virtual void ForEachSpawnInfo
(
TFunctionRef< void &)> Predicate
) const
ForEachSpawnInfo(TFunctionRef< void(FAITestSpawnInfoBase &)>)
Description
Pure virtual method to iterate through the spawn info container and execute Predicate on each.
| Name | ForEachSpawnInfo |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include Path | #include "FunctionalAITest.h" |
virtual void ForEachSpawnInfo
(
TFunctionRef< void &)> Predicate
)