Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItem
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
Include | #include "ContentBrowserItem.h" |
Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
[FContentBrowserItemDataAttributeValue](API\Editor\ContentBrowserData\FContentBrowserItemDataAttribute-_1) GetItemAttribute ( const [FName](API\Runtime\Core\UObject\FName) InAttributeKey, const bool InIncludeMetaData ) const
Remarks
Query the value of the given attribute on this item. The attribute value (test for validity).
Parameters
Name | Description |
---|---|
InAttributeKey | The name of the attribute to query. |
InIncludeMetaData | True if we should also include any additional meta-data for the value. |