UContentBrowserFileDataSource::MoveItem

Attempt to move the given item to the given virtual path.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::MoveItem()

UContentBrowserFileDataSource::MoveItem()

References

Module

ContentBrowserFileDataSource

Header

/Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Source/ContentBrowserFileDataSource/Public/ContentBrowserFileDataSource.h

Include

#include "ContentBrowserFileDataSource.h"

Source

/Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Source/ContentBrowserFileDataSource/Private/ContentBrowserFileDataSource.cpp

Syntax

virtual bool MoveItem
(
    const FContentBrowserItemData & InItem,
    const FName InDestPath
)

Remarks

Attempt to move the given item to the given virtual path.

Returns

True if the item was moved, false otherwise.

Parameters

Parameter

Description

InItem

The item to move.

InDestPath

The virtual path that the item will be moved to.

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