Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItemDataTemporary-
Description
Invoke the delegate used to validate that the proposed item name is valid.
Returns True if no validation delegate is bound.
| Name | ValidateItem |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp |
bool ValidateItem
(
const FString & InProposedName,
FText * OutErrorMsg
) const