Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Copy any elements from the given selection set that can be copied into the string
Internally this just calls CopyNormalizedElements on the result of UTypedElementSelectionSet::GetNormalizedSelection.
| Name | CopySelectedElementsToString |
| 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")
bool CopySelectedElementsToString
(
UTypedElementSelectionSet * SelectionSet,
FString & OutputString
)