Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Paste any elements from the given string
Internally this just calls PasteNormalizedElements on the result of UTypedElementSelectionSet::GetNormalizedSelection.
| Name | PasteElementsFromString |
| 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 > PasteElementsFromString
(
UTypedElementSelectionSet * SelectionSet,
UWorld * World,
const FTypedElementPasteOptions & PasteOption,
const FString & InputString
)