UContentBrowserDataSource::UpdateThumbnail

Attempt to update the thumbnail associated with the given item.

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

  • UContentBrowserDataSource::UpdateThumbnail()

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 UpdateThumbnail
(
    const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) & InItem,
    [FAssetThumbnail](API\Editor\UnrealEd\FAssetThumbnail) & InThumbnail
)

Remarks

Attempt to update the thumbnail associated with the given item. True if the thumbnail was updated, false otherwise.

Parameters

Name Description
InItems The items to query.
InThumbnail The thumbnail to update.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library