Choose your operating system:
Windows
macOS
Linux
| ITypedElementWorldInterface::DeleteElements()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h |
Include |
#include "Elements/Interfaces/TypedElementWorldInterface.h" |
virtual bool DeleteElements
(
TArrayView< const FTypedElementHandle > InElementHandles,
UWorld * InWorld,
UTypedElementSelectionSet * InSelectionSet,
const FTypedElementDeletionOptions & InDeletionOptions
)
Delete the given set of elements. @note If you want to delete an array of elements that are potentially different types, you probably want to use the higher-level UTypedElementCommonActions::DeleteNormalizedElements function instead.