Navigation
API > API/Editor > API/Editor/ContentBrowserData
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include | #include "ContentBrowserItem.h" |
Syntax
class FContentBrowserItemUpdate
Remarks
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
Constructors
| Type | Name | Description | |
|---|---|---|---|
FContentBrowserItemUpdate
(
const FContentBrowserItemDataUpdate& InItemDataUpdate |
Create an item update from an internal update event. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FContentBrowserItem & | GetItemData () |
Get the item data for the update. | |
| FName | Get the previous virtual path (UpdateType == Moved). | ||
| EContentBrowserItemUpdateType | Get the value denoting the types of updates that can be emitted for an item. |