Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CopyNormalizedElements
(
const FScriptTypedElementListProxy& ElementList |
Copy any elements from the given selection set that can be copied into the clipboard. | Elements/Framework/TypedElementCommonActions.h |
|
virtual bool CopyNormalizedElements
(
const FTypedElementListConstPtr& ElementListPtr, |
Copy any elements from the given selection set that can be copied into the clipboard. | Elements/Framework/TypedElementCommonActions.h |
CopyNormalizedElements(const FScriptTypedElementListProxy &)
Description
Copy any elements from the given selection set that can be copied into the clipboard.
This list should have been pre-normalized via UTypedElementSelectionSet::GetNormalizedSelection or UTypedElementSelectionSet::GetNormalizedElementList.
| Name | CopyNormalizedElements |
| 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 CopyNormalizedElements
(
const FScriptTypedElementListProxy & ElementList
)
CopyNormalizedElements(const FTypedElementListConstPtr &, FString *)
Description
Copy any elements from the given selection set that can be copied into the clipboard.
This list should have been pre-normalized via UTypedElementSelectionSet::GetNormalizedSelection or UTypedElementSelectionSet::GetNormalizedElementList.
| Name | CopyNormalizedElements |
| 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 bool CopyNormalizedElements
(
const FTypedElementListConstPtr & ElementListPtr,
FString * OptionalOutputString
)