UUnrealEdEngine::edactPasteSelected

Paste selected actors from the clipboard.

Windows
MacOS
Linux

Override Hierarchy

UEditorEngine::edactPasteSelected()

UUnrealEdEngine::edactPasteSelected()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h

Include

#include "Editor/UnrealEdEngine.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorActor.cpp

Syntax

virtual void edactPasteSelected
(
    UWorld * InWorld,
    bool bDuplicate,
    bool bOffsetLocations,
    bool bWarnIfHidden,
    FString * SourceData
)

Remarks

Paste selected actors from the clipboard.

Parameters

Parameter

Description

InWorld

World context

bDuplicate

Is this a duplicate operation (as opposed to a real paste)?

bOffsetLocations

Should the actor locations be offset after they are created?

bWarnIfHidden

If true displays a warning if the destination level is hidden

SourceData

If != NULL, use instead of clipboard data

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