Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Cut any elements from the given selection set. This typically amounts to copying any elements that can be copied into the clipboard and then deleting them, but it does go through a customization endpoint that may adjust the behavior (e.g. for actors, this fires a different delegate than copy/delete would).
| Name | CutSelectedElements |
| 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 |
bool CutSelectedElements
(
UTypedElementSelectionSet * SelectionSet,
UWorld * World,
const FTypedElementDeletionOptions & DeletionOptions,
FString * OptionalOutputString
)