UContentBrowserClassDataSource::GetItemAttribute

Query the value of the given attribute on the given item.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::GetItemAttribute()

UContentBrowserClassDataSource::GetItemAttribute()

References

Module

ContentBrowserClassDataSource

Header

/Engine/Plugins/Editor/ContentBrowser/ContentBrowserClassDataSource/Source/ContentBrowserClassDataSource/Public/ContentBrowserClassDataSource.h

Include

#include "ContentBrowserClassDataSource.h"

Source

/Engine/Plugins/Editor/ContentBrowser/ContentBrowserClassDataSource/Source/ContentBrowserClassDataSource/Private/ContentBrowserClassDataSource.cpp

Syntax

virtual bool GetItemAttribute
(
    const FContentBrowserItemData & InItem,
    const bool InIncludeMetaData,
    const FName InAttributeKey,
    FContentBrowserItemDataAttributeValue & OutAttributeValue
)

Remarks

Query the value of the given attribute on the given item.

Returns

True if the attribute was found and its value was filled, false otherwise.

Parameters

Parameter

Description

InItem

The item to query.

InIncludeMetaData

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

InAttributeKey

The name of the attribute to query.

OutAttributeValue

The attribute value to fill with the result.

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