FContentBrowserItem::Move

Attempt to move this item to the given virtual path.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h

Include

#include "ContentBrowserItem.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp

Syntax

bool Move
(
    const FName InDestPath
) const

Remarks

Attempt to move this item to the given virtual path.

Returns

True if the item was moved, false otherwise.

Parameters

Parameter

Description

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