Unreal Engine Blueprint API Reference > Editor Scripting > Level Creation
Moves the specified list of actors to the specified streaming level. The new actors will be selected
Target is Editor Level Utils
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Actors to Move | List of actors to move |
object | Dest Streaming Level | The destination streaming level of the current world to move the actors to |
boolean | Warn About References | Whether or not to show a modal warning about referenced actors that may no longer function after being moved |
boolean | Warn About Renaming |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
integer | Return Value | The number of actors that were successfully moved to the new level |