Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTypedElementCommonActions
Description
Delete any elements from the given selection set that can be deleted.
Internally this just calls DeleteNormalizedElements on the result of UTypedElementSelectionSet::GetNormalizedSelection.
| Name | DeleteSelectedElements |
| 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 DeleteSelectedElements
(
UTypedElementSelectionSet * SelectionSet,
UWorld * World,
const FTypedElementDeletionOptions & DeletionOptions
)