Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData > UContentBrowserDataSource
- UContentBrowserDataSource::CanMoveItem()
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
Include | #include "ContentBrowserDataSource.h" |
Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
virtual bool CanMoveItem ( const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) & InItem, const [FName](API\Runtime\Core\UObject\FName) InDestPath, [FText](API\Runtime\Core\Internationalization\FText) * OutErrorMsg )
Remarks
Query whether the given item is can be moved, optionally providing error information if it cannot. True if the item can be moved, false otherwise.
Parameters
Name | Description |
---|---|
InItem | The item to query. |
InDestPath | The virtual path that the item will be moved to. |
OutErrorMessage | Optional error message to fill on failure. |