SpawnTransientSceneActor

Overload list

Windows
MacOS
Linux
Name Description

Public function

T *

 

SpawnTransientSceneActor

(
    const FString& ActorName,
    const bool bWithSceneComponent,
    const EObjectFlags InObjectFlags,
    const bool bValidForPIE
)

Spawns a transient actor that we can use in the current world of this extension (templated for convenience)

Public function

AActor *

 

SpawnTransientSceneActor

(
    TSubclassOf< AActor > ActorClass,
    const FString& ActorName,
    const bool bWithSceneComponent,
    const EObjectFlags InObjectFlags,
    const bool bValidForPIE
)

Spawns a transient actor that we can use in the current world of this extension

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