UContentBrowserDataSource::BulkPreviewItems

Attempt to preview the given items.

Unreal Engine C++ API Reference > Editor > ContentBrowserData > UContentBrowserDataSource

  • UContentBrowserDataSource::BulkPreviewItems()

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h
Include #include "ContentBrowserDataSource.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp
virtual bool BulkPreviewItems
(
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) > InItems
)

Remarks

Attempt to preview the given items.

The default implementation of this will call PreviewItem for each item. Override if you can provide a more efficient implementation. True if any items were previewed, false otherwise.

Parameters

Name Description
InItems The items to preview.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library