Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UWorld
Type | Name | Description | |
---|---|---|---|
![]() |
T * | SpawnActor
(
const FActorSpawnParameters& SpawnParameters |
Templated version of SpawnActor that allows you to specify a class type via the template type |
![]() |
T * | SpawnActor
(
UClass* Class, |
Templated version of SpawnActor that allows you to specify the class type via parameter while the return type is a parent class of that type |
![]() |
AActor * | SpawnActor
(
UClass* Class, |
Spawn Actors with given transform and SpawnParameters |
![]() |
T * | SpawnActor
(
FVector const& Location, |
Templated version of SpawnActor that allows you to specify location and rotation in addition to class type via the template type |
![]() |
T * | SpawnActor
(
UClass* Class, |
Templated version of SpawnActor that allows you to specify whole Transform class type via parameter while the return type is a parent class of that type |
![]() |
AActor * | SpawnActor
(
UClass* InClass, |
Spawn Actors with given transform and SpawnParameters |
![]() |
T * | SpawnActor
(
UClass* Class, |
Templated version of SpawnActor that allows you to specify the rotation and location in addition class type via parameter while the return type is a parent class of that type |