SpawnActorAbsolute

Overload list

Windows
MacOS
Linux
Name Description

Public function

AActor *

 

SpawnActorAbsolute

(
    UClass* Class,
    FTransform const& AbsoluteTransfor...,
    const FActorSpawnParameters& Spawn...
)

Spawn Actors with given absolute transform (override root component transform) and SpawnParameters

Public function

T *

 

SpawnActorAbsolute

(
    FVector const& AbsoluteLocation,
    FRotator const& AbsoluteRotation,
    const FActorSpawnParameters& Spawn...
)

Templated version of SpawnActorAbsolute that allows you to specify absolute location and rotation in addition to class type via the template type

Public function

T *

 

SpawnActorAbsolute

(
    UClass* Class,
    FTransform const& Transform,
    const FActorSpawnParameters& Spawn...
)

Templated version of SpawnActorAbsolute that allows you to specify whole absolute Transform class type via parameter while the return type is a parent class of that type

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss