UContentBrowserDataSource::BulkViewItems

Attempt to open the given items for read-only viewing.

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

  • UContentBrowserDataSource::BulkViewItems()

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 BulkViewItems
(
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) > InItems
)

Remarks

Attempt to open the given items for read-only viewing.

The default implementation of this will call ViewItem for each item. Override if you can provide a more efficient implementation. True if any items were opened for read-only viewing, false otherwise.

Parameters

Name Description
InItems The items to view.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library