FContentBrowserItem::GetItemAttribute

Query the value of the given attribute on this item.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h

Include

#include "ContentBrowserItem.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp

Syntax

FContentBrowserItemDataAttributeValue GetItemAttribute
(
    const FName InAttributeKey,
    const bool InIncludeMetaData
) const

Remarks

Query the value of the given attribute on this item.

Returns

The attribute value (test for validity).

Parameters

Parameter

Description

InAttributeKey

The name of the attribute to query.

InIncludeMetaData

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

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