ITypedElementWorldInterface::DuplicateElement

Duplicate the given element. @note Default version calls DuplicateElements with a single element.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ITypedElementWorldInterface::DuplicateElement()

USMInstanceElementEditorWorldInterface::DuplicateElement()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h

Include

#include "Elements/Interfaces/TypedElementWorldInterface.h"

Syntax

virtual FTypedElementHandle DuplicateElement
(
    const FTypedElementHandle & InElementHandle,
    UWorld * InWorld,
    const FVector & InLocationOffset
)

Remarks

Duplicate the given element. @note Default version calls DuplicateElements with a single element.