Navigation
API > API/Plugins > API/Plugins/CQTest > API/Plugins/CQTest/Components
Inheritance Hierarchy
- FSpawnHelper
- FActorTestSpawner
- FMapTestSpawner
References
| Module | CQTest |
| Header | /Engine/Plugins/Tests/CQTest/Source/CQTest/Public/Components/SpawnHelper.h |
| Include | #include "Components/SpawnHelper.h" |
Syntax
struct FSpawnHelper
Variables
| Type | Name | Description | |
|---|---|---|---|
| UWorld * | GameWorld | ||
| TArray< TWeakObjectPtr< AActor > > | SpawnedActors | ||
| TArray< TWeakObjectPtr< UObject > > | SpawnedObjects |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UWorld * | CreateWorld () |
||
| UWorld & | GetWorld () |
||
| ActorType & | SpawnActor
(
const FActorSpawnParameters& SpawnParameters, |
||
| ActorType & | SpawnActorAt
(
FVector const& Location, |
||
| ObjectType & | SpawnObject () |