Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UWorld > SpawnActor
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
Include | #include "Engine/World.h" |
Source | /Engine/Source/Runtime/Engine/Private/LevelActor.cpp |
AActor &42; SpawnActor
&40;
UClass &42; InClass,
FVector const &42; Location,
FRotator const &42; Rotation,
const FActorSpawnParameters & SpawnParameters
&41;
Remarks
Spawn Actors with given transform and SpawnParameters Actor that just spawned
Parameters
Name | Description |
---|---|
Class | Class to Spawn |
Location | Location To Spawn |
Rotation | Rotation To Spawn |
SpawnParameters | Spawn Parameters |