ITypedElementWorldInterface::DeleteElement

Delete the given element. @note Default version calls DeleteElements with a single element.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ITypedElementWorldInterface::DeleteElement()

USMInstanceElementEditorWorldInterface::DeleteElement()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h

Include

#include "Elements/Interfaces/TypedElementWorldInterface.h"

Syntax

virtual bool DeleteElement
(
    const FTypedElementHandle & InElementHandle,
    UWorld * InWorld,
    UTypedElementSelectionSet * InSelectionSet,
    const FTypedElementDeletionOptions & InDeletionOptions
)

Remarks

Delete the given element. @note Default version calls DeleteElements with a single element.