UContentBrowserFileDataSource::BulkEditItems

Attempt to open the given item for editing.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::BulkEditItems()

UContentBrowserFileDataSource::BulkEditItems()

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 BulkEditItems
(
    TArrayView< const FContentBrowserItemData > InItems
)

Remarks

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

Returns

True if any items were opened for editing, false otherwise.

Parameters

Parameter

Description

InItems

The items to edit.

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