UContentBrowserFileDataSource::BulkPreviewItems

Attempt to preview the given items.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::BulkPreviewItems()

UContentBrowserFileDataSource::BulkPreviewItems()

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

Remarks

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

Returns

True if any items were previewed, false otherwise.

Parameters

Parameter

Description

InItems

The items to preview.

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