Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Paste any elements from the given string or from the clipboard
This list should have been pre-normalized via UTypedElementSelectionSet::GetNormalizedSelection or UTypedElementSelectionSet::GetNormalizedElementList.
| Name | PasteNormalizedElements |
| 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 |
virtual TArray < FTypedElementHandle > PasteNormalizedElements
(
const FTypedElementListConstPtr & ElementListPtr,
UWorld * World,
const FTypedElementPasteOptions & PasteOptions,
const FString * OptionalInputString
)