FContentBrowserItemDataUpdate::MakeItemMovedUpdate

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

Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItemDataUpdate

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h
Include #include "ContentBrowserItemData.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp
static [FContentBrowserItemDataUpdate](API\Editor\ContentBrowserData\FContentBrowserItemDataUpdate) MakeItemMovedUpdate
(
    [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) InItemData,
    [FName](API\Runtime\Core\UObject\FName) InPreviousVirtualPath
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library