UWorld::SpawnActor

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Syntax

template<class T>
T * SpawnActor
(
    UClass * Class,
    const FActorSpawnParameters & SpawnParameters
)

Remarks

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

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