Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryAppend
(
const FContentBrowserItem& InOther, |
Attempt to append the given item to this one, providing error information if the combination isn't possible. | ContentBrowserItem.h | |
bool TryAppend
(
const FContentBrowserItemData& InOther, |
Attempt to append the given item to this one, providing error information if the combination isn't possible. | ContentBrowserItem.h |
TryAppend(const FContentBrowserItem &, FText *)
Description
Attempt to append the given item to this one, providing error information if the combination isn't possible.
| Name | TryAppend |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool TryAppend
(
const FContentBrowserItem & InOther,
FText * OutError
)
True if the combination was possible, false otherwise.
TryAppend(const FContentBrowserItemData &, FText *)
Description
Attempt to append the given item to this one, providing error information if the combination isn't possible.
| Name | TryAppend |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool TryAppend
(
const FContentBrowserItemData & InOther,
FText * OutError
)
True if the combination was possible, false otherwise.