Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalAITestBase
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | ForEachSpawnSet
(
TFunctionRef< void(const FAITestSpawnSetBase&)> Predicate |
Iterate through the list of spawn sets and execute Predicate on each in a const-correct way. |
![]() ![]() |
void | ForEachSpawnSet
(
TFunctionRef< void(FAITestSpawnSetBase&)> Predicate |
Iterate through the list of spawn sets and execute Predicate on each. |