UContentBrowserFileDataSource::BulkDeleteItems

Attempt to delete the given items.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::BulkDeleteItems()

UContentBrowserFileDataSource::BulkDeleteItems()

References

Module

ContentBrowserFileDataSource

Header

/Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Source/ContentBrowserFileDataSource/Public/ContentBrowserFileDataSource.h

Include

#include "ContentBrowserFileDataSource.h"

Source

/Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Source/ContentBrowserFileDataSource/Private/ContentBrowserFileDataSource.cpp

Syntax

virtual bool BulkDeleteItems
(
    TArrayView< const FContentBrowserItemData > InItems
)

Remarks

Attempt to delete the given items. @note The default implementation of this will call DeleteItem for each item. Override if you can provide a more efficient implementation.

Returns

True if any items were deleted, false otherwise.

Parameters

Parameter

Description

InItems

The items to delete.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss