Navigation
API > API/Editor > API/Editor/ContentBrowserData
Type describing an update to an item.
This is only really useful for script exposure, as it's more efficient for C++ to use FContentBrowserItemDataUpdate directly
| Name | FContentBrowserItemUpdate |
| Type | class |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
Syntax
class FContentBrowserItemUpdate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContentBrowserItemUpdate
(
const FContentBrowserItemDataUpdate& InItemDataUpdate |
Create an item update from an internal update event. | ContentBrowserItem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ItemData | FContentBrowserItem | Item data for the update | ContentBrowserItem.h | |
| PreviousVirtualPath | FName | Previous virtual path (UpdateType == Moved) | ContentBrowserItem.h | |
| UpdateType | EContentBrowserItemUpdateType | Value denoting the types of updates that can be emitted for an item | ContentBrowserItem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FContentBrowserItem & GetItemData() |
Get the item data for the update. | ContentBrowserItem.h | |
FName GetPreviousVirtualPath() |
Get the previous virtual path (UpdateType == Moved). | ContentBrowserItem.h | |
EContentBrowserItemUpdateType GetUpdateType() |
Get the value denoting the types of updates that can be emitted for an item. | ContentBrowserItem.h |