Navigation
Unreal Engine C++ API Reference > 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... ) | Create an item update from an internal update event. |
Functions
Type | Name | Description |
---|---|---|
const FConte... | GetItemData () | Get the item data for the update. |
FName | GetPreviousVirtualPath () | Get the previous virtual path (UpdateType == Moved). |
EContentBrow... | GetUpdateType () | Get the value denoting the types of updates that can be emitted for an item. |