UContentBrowserDataSource::BulkSaveItems

Attempt to save the given items.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::BulkSaveItems()

UContentBrowserAssetDataSource::BulkSaveItems()

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h

Include

#include "ContentBrowserDataSource.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp

Syntax

virtual bool BulkSaveItems
(
    TArrayView< const FContentBrowserItemData > InItems,
    const EContentBrowserItemSaveFlags InSaveFlags
)

Remarks

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

Returns

True if any items were saved, false otherwise.

Parameters

Parameter

Description

InItems

The items to save.

InSaveFlags

Flags controlling the rules behind when the item should be saved.

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