Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
Include | #include "ContentBrowserItemData.h" |
Syntax
class FContentBrowserItemDataUpdate
Remarks
Type describing an update to an item.
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. |
FContentBrow... | MakeItemAddedUpdate ( FContentBrowserItemData InItemData ) | Create an item update for when a new item is added. |
FContentBrow... | MakeItemModifiedUpdate ( FContentBrowserItemData InItemData ) | Create an item update for when an existing item is updated. |
FContentBrow... | MakeItemMovedUpdate ( FContentBrowserItemData InItemData, FName InPreviousVirtualPath ) | Create an item update for when an existing item is moved (or renamed), including its previous virtual path. |
FContentBrow... | MakeItemRemovedUpdate ( FContentBrowserItemData InItemData ) | Create an item update for when an item is deleted. |