Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Paste any elements from the given string
This list should have been pre-normalized via UTypedElementSelectionSet::GetNormalizedSelection or UTypedElementSelectionSet::GetNormalizedElementList.
| Name | PasteNormalizedElementsFromString |
| 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 |
UFUNCTION (BlueprintCallable, Category="TypedElementFramework|Common")
TArray < FScriptTypedElementHandle > PasteNormalizedElementsFromString
(
const FScriptTypedElementListProxy & ElementList,
UWorld * World,
const FTypedElementPasteOptions & PasteOption,
const FString & InputString
)