FContentBrowserItem::TryAppend

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

Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItem > TryAppend

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h
Include #include "ContentBrowserItem.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp
bool TryAppend
(
    const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) & InOther,
    [FText](API\Runtime\Core\Internationalization\FText) * OutError
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library