FContentBrowserItemDataUpdate

Type describing an update to an item.

Windows
MacOS
Linux

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

Name Description

Public function Const

const FConte...

 

GetItemData()

Get the item data for the update.

Public function Const

FName

 

GetPreviousVirtualPath()

Get the previous virtual path (UpdateType == Moved).

Public function Const

EContentBrow...

 

GetUpdateType()

Get the value denoting the types of updates that can be emitted for an item.

Public function Static

FContentBrow...

 

MakeItemAddedUpdate

(
    FContentBrowserItemData InItemData
)

Create an item update for when a new item is added.

Public function Static

FContentBrow...

 

MakeItemModifiedUpdate

(
    FContentBrowserItemData InItemData
)

Create an item update for when an existing item is updated.

Public function Static

FContentBrow...

 

MakeItemMovedUpdate

(
    FContentBrowserItemData InItemData,
    FName InPreviousVirtualPath
)

Create an item update for when an existing item is moved (or renamed), including its previous virtual path.

Public function Static

FContentBrow...

 

MakeItemRemovedUpdate

(
    FContentBrowserItemData InItemData
)

Create an item update for when an item is deleted.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss