UContentBrowserAssetDataSource::CanCopyItem

Query whether the given item is can be copied, optionally providing error information if it cannot.

Windows
MacOS
Linux

Override Hierarchy

UContentBrowserDataSource::CanCopyItem()

UContentBrowserAssetDataSource::CanCopyItem()

References

Module

ContentBrowserAssetDataSource

Header

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

Include

#include "ContentBrowserAssetDataSource.h"

Source

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

Syntax

virtual bool CanCopyItem
(
    const FContentBrowserItemData & InItem,
    const FName InDestPath,
    FText * OutErrorMsg
)

Remarks

Query whether the given item is can be copied, optionally providing error information if it cannot.

Returns

True if the item can be copied, false otherwise.

Parameters

Parameter

Description

InItem

The item to query.

InDestPath

The virtual path that the item will be copied to.

OutErrorMessage

Optional error message to fill on failure.

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