Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Paste any elements from the given string or from the clipboard
Internally this just calls PasteNormalizedElements on the result of UTypedElementSelectionSet::GetNormalizedSelection.
| Name | PasteElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Framework/TypedElementCommonActions.h |
| Include Path | #include "Elements/Framework/TypedElementCommonActions.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Elements/Framework/TypedElementCommonActions.cpp |
TArray < FTypedElementHandle > PasteElements
(
UTypedElementSelectionSet * SelectionSet,
UWorld * World,
const FTypedElementPasteOptions & PasteOption,
const FString * OptionalInputString
)