FContentBrowserItemUpdate

Type describing an update to an item.

Windows
MacOS
Linux

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. @note This is only really useful for script exposure, as it's more efficient for C++ to use FContentBrowserItemDataUpdate directly

Constructors

Name Description

Public function

FContentBrowserItemUpdate

(
    const FContentBrowserItemDataUpdate...
)

Create an item update from an internal update event.

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.

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