Navigation
API > API/Editor > API/Editor/ContentBrowser
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h |
| Include | #include "AssetViewTypes.h" |
Syntax
class FAssetViewItem
Remarks
An item (folder or file) displayed in the asset view
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetViewItem
(
FContentBrowserItem&& InItem |
|||
FAssetViewItem
(
const FContentBrowserItem& InItem |
|||
FAssetViewItem
(
FContentBrowserItemData&& InItemData |
|||
FAssetViewItem
(
const FContentBrowserItemData& InItemData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendItemData
(
const FContentBrowserItem& InItem |
||
| void | AppendItemData
(
const FContentBrowserItemData& InItemData |
||
| void | CacheCustomColumns
(
TArrayView< const FAssetViewCustomColumn > CustomColumns, |
Updates cached custom column data (only does something for files) | |
| void | Clear cached custom column data | ||
| void | Clear that this item should enter inline renaming on the next scroll into view | ||
| bool | GetCustomColumnDisplayValue
(
const FName ColumnName, |
Get the display value of a custom column on this item | |
| bool | GetCustomColumnValue
(
const FName ColumnName, |
Get the value (and optionally also the type) of a custom column on this item | |
| const FContentBrowserItem & | GetItem () |
Get the underlying Content Browser item | |
| bool | GetTagValue
(
const FName Tag, |
Get the value (and optionally also the type) of a named tag on this item | |
| bool | IsFile () |
||
| bool | IsFolder () |
||
| bool | IsTemporary () |
||
| FSimpleMulticastDelegate & | Get the event fired when the data for this item changes | ||
| FSimpleDelegate & | Get the event fired whenever a rename is canceled | ||
| FSimpleDelegate & | Get the event fired whenever a rename is requested | ||
| void | RemoveItemData
(
const FContentBrowserItem& InItem |
||
| void | RemoveItemData
(
const FContentBrowserItemData& InItemData |
||
| void | Set that this item should enter inline renaming on the next scroll into view | ||
| bool | True if this item should enter inline renaming on the next scroll into view |