FContentBrowserItem::TryAppend

Attempt to append the given item to this one, providing error information if the combination isn't possible.

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 TryAppend
(
    const FContentBrowserItemData & InOther,
    FText * OutError
)

Remarks

Attempt to append the given item to this one, providing error information if the combination isn't possible.

Returns

True if the combination was possible, false otherwise.

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