UContentBrowserDataSource::CopyItem

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

ContentBrowserData

Header

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

Include

#include "ContentBrowserDataSource.h"

Source

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

Syntax

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

Remarks

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

Returns

True if the item was copied, false otherwise.

Parameters

Parameter

Description

InItem

The item to copy.

InDestPath

The virtual path that the item will be copied 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