Navigation
API > API/Plugins > API/Plugins/ContentBrowserClassDataSource > API/Plugins/ContentBrowserClassDataSource/UContentBrowserClassDataSource
- 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 |
virtual bool GetItemAttribute
&40;
const FContentBrowserItemData & InItem,
const bool InIncludeMetaData,
const FName InAttributeKey,
FContentBrowserItemDataAttributeValue & OutAttributeValue
&41;
Remarks
Query the value of the given attribute on the given item. True if the attribute was found and its value was filled, false otherwise.
Parameters
| Name | 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. |