UContentBrowserDataSource::GetItemAttributes

Query the values of all attributes on the given item.

Unreal Engine C++ API Reference > Editor > ContentBrowserData > UContentBrowserDataSource

  • UContentBrowserDataSource::GetItemAttributes()

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h
Include #include "ContentBrowserDataSource.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp
virtual bool GetItemAttributes
(
    const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) & InItem,
    const bool InIncludeMetaData,
    FContentBrowserItemDataAttributeValues & OutAttributeValues
)

Remarks

Query the values of all attributes on the given item. True attributes were found and their values reported, false otherwise.

Parameters

Name 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library