Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting > FAITestSpawnSet
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | ForEachSpawnInfo
(
TFunctionRef< void(const FAITestSpawnInfoBase&)> Predicate |
To iterate through the spawn info container and execute Predicate on each in a const-correct way. |
![]() ![]() |
void | ForEachSpawnInfo
(
TFunctionRef< void(FAITestSpawnInfoBase&)> Predicate |
To iterate through the spawn info container and execute Predicate on each. |