Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorLevelUtils > API/Editor/UnrealEd/UEditorLevelUtils/MoveSelectedActorsToLevel
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h |
| Include | #include "EditorLevelUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp |
static int32 MoveSelectedActorsToLevel
&40;
ULevelStreaming &42; DestLevel,
bool bWarnAboutReferences
&41;
Remarks
Moves the currently selected actors to the specified streaming level. The new actors will be selected The number of actors that were successfully moved to the new level
Parameters
| Name | Description |
|---|---|
| DestStreamingLevel | The destination streaming level of the current world to move the actors to |
| bWarnAboutReferences | Whether or not to show a modal warning about referenced actors that may no longer function after being moved |