FContentBrowserItem::Copy

Attempt to copy this item to the given virtual path.

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

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h
Include #include "ContentBrowserItem.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp
bool Copy
(
    const [FName](API\Runtime\Core\UObject\FName) InDestPath
) const

Remarks

Attempt to copy this item to the given virtual path. True if the item was copied, false otherwise.

Parameters

Name Description
InDestPath The virtual path that the item will be copied to.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library