FContentBrowserItemTemporaryContext::ValidateItem

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

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h

Include

#include "ContentBrowserItem.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp

Syntax

bool ValidateItem
(
    const FString & InProposedName,
    FText * OutErrorMsg
) const

Remarks

Invoke the delegate used to validate that the proposed item name is valid. @note Returns True if no validation delegate is bound.

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