Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorWorldExtension
| Type | Name | Description | |
|---|---|---|---|
| T * | SpawnTransientSceneActor
(
const FString& ActorName, |
Spawns a transient actor that we can use in the current world of this extension (templated for convenience) | |
| AActor * | SpawnTransientSceneActor
(
TSubclassOf< AActor > ActorClass, |
Spawns a transient actor that we can use in the current world of this extension |