UContentBrowserFileDataSource::GetItemAttributes

Query the values of all attributes on the given item.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::GetItemAttributes()

UContentBrowserFileDataSource::GetItemAttributes()

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 GetItemAttributes
(
    const FContentBrowserItemData & InItem,
    const bool InIncludeMetaData,
    FContentBrowserItemDataAttributeValues & OutAttributeValues
)

Remarks

Query the values of all attributes on the given item.

Returns

True attributes were found and their values reported, false otherwise.

Parameters

Parameter

Description

InItem

The item to query.

InIncludeMetaData

True if we should also include any additional meta-data for the values.

OutAttributeValues

Map to fill with any attributes available on this item, along with their values.

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