UContentBrowserFileDataSource::UpdateThumbnail

Attempt to update the thumbnail associated with the given item.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::UpdateThumbnail()

UContentBrowserFileDataSource::UpdateThumbnail()

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 UpdateThumbnail
(
    const FContentBrowserItemData & InItem,
    FAssetThumbnail & InThumbnail
)

Remarks

Attempt to update the thumbnail associated with the given item.

Returns

True if the thumbnail was updated, false otherwise.

Parameters

Parameter

Description

InItems

The items to query.

InThumbnail

The thumbnail to update.

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