Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Given elements within a selection set, determine if it is possible to copy them. Editor and type specific customizations registered to the SelectionSet are given a chance to use auxillary state to make this decision.
| Name | CanCopySelectedElements |
| 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 |
FTypedElementCommonActions_CopyPasteCapability CanCopySelectedElements
(
const UTypedElementSelectionSet * SelectionSet
)