Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Elements > API/Editor/UnrealEd/Elements/SMInstance > API/Editor/UnrealEd/Elements/SMInstance/USMInstanceElementEditorWorldInt-
- ITypedElementWorldInterface::DeleteElements()
- USMInstanceElementEditorWorldInterface::DeleteElements()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Elements/SMInstance/SMInstanceElementEditorWorldInterface.h |
| Include | #include "Elements/SMInstance/SMInstanceElementEditorWorldInterface.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Elements/SMInstance/SMInstanceElementEditorWorldInterface.cpp |
virtual bool DeleteElements
&40;
TArrayView< const FTypedElementHandle > InElementHandles,
UWorld &42; InWorld,
UTypedElementSelectionSet &42; InSelectionSet,
const FTypedElementDeletionOptions & InDeletionOptions
&41;
Remarks
Delete the given set of elements.
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.