Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Helpers > API/Plugins/PCG/Helpers/UPCGActorHelpers
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGActorHelpers.h |
| Include | #include "Helpers/PCGActorHelpers.h" |
Syntax
struct FSpawnDefaultActorParams
Remarks
Struct containing all parameters needed to spawn the actor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< AActor > | ActorClass | ||
| bool | bForceStaticMobility | ||
| TArray< const UDataLayerInstance * > | DataLayerInstances | ||
| AActor * | Parent | ||
| FActorSpawnParameters | SpawnParams | ||
| FTransform | Transform | ||
| UWorld * | World |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSpawnDefaultActorParams
(
UWorld* InWorld, |