| FAITestSpawnSetBase
|
Module |
|
Header |
/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
Include |
#include "FunctionalAITest.h" |
struct FAITestSpawnSetBase
Base struct defining an AI Test Spawn Set that are used in AFunctionalAITestBase tests.
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bEnabled |
|
|
TObjectPtr< AAc... |
FallbackSpawnLocation |
Location used for spawning if spawn info doesn't define one |
|
Name |
Give the set a name to help identify it if need be |
Name | Description | |
---|---|---|
|
FAITestSpawnSetBase() |
Name | Description | |
---|---|---|
|
~FAITestSpawnSetBase() |
Name | Description | ||
---|---|---|---|
|
ForEachSpawnInfo ( |
Pure virtual method to iterate through the spawn info container and execute Predicate on each in a const-correct way. |
|
|
ForEachSpawnInfo ( |
Pure virtual method to iterate through the spawn info container and execute Predicate on each. |
|
|
const FAITes... |
GetSpawnInfo ( |
Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array. |
|
FAITestSpawn... |
GetSpawnInfo ( |
Return the FAITestSpawnInfoBase at this index of the SpawnInfoContainer array. |
|
IsValidSpawnInfoIndex ( |
Return whether the index is valid in the SpawnInfoContainer array. |