FContentBrowserItemTemporaryContext::ValidateItem

Invoke the delegate used to validate that the proposed item name is valid.

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

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h
Include #include "ContentBrowserItem.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp
bool ValidateItem
(
    const [FString](API\Runtime\Core\Containers\FString) & InProposedName,
    [FText](API\Runtime\Core\Internationalization\FText) * OutErrorMsg
) const

Remarks

Invoke the delegate used to validate that the proposed item name is valid.

Returns True if no validation delegate is bound.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library