UEditorLevelUtils::MovesActorsToLevel

Moves the specified list of actors to the specified level

Windows
MacOS
Linux

Deprecated

  • The MovesActorsToLevel method has been deprecated. Use MoveActorsToLevel instead

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h

Include

#include "EditorLevelUtils.h"

Syntax

static void MovesActorsToLevel
(
    TArray< AActor * > & ActorsToMove,
    ULevelStreaming * DestLevelStreaming,
    int32 & OutNumMovedActors
)

Remarks

Moves the specified list of actors to the specified level

Parameters

Parameter

Description

ActorsToMove

List of actors to move

DestLevelStreaming

The level streaming object associated with the destination level

OutNumMovedActors

The number of actors that were successfully moved to the new level

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