Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Given an input string (or use clipboard if null string), determine if it is possible to use the string to create elements. Editor and type specific customizations registered to the SelectionSet are given a chance to use auxillary state to make this decision.
| Name | CanPasteElements |
| 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 CanPasteElements
(
const FTypedElementPasteOptions & PasteOption,
const FString * OptionalInputString
)