Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Append
(
const FContentBrowserItem& InOther |
Append the given item to this one, asserting if the combination isn't possible. | ContentBrowserItem.h | |
void Append
(
const FContentBrowserItemData& InOther |
Append the given item to this one, asserting if the combination isn't possible. | ContentBrowserItem.h |
Append(const FContentBrowserItem &)
Description
Append the given item to this one, asserting if the combination isn't possible.
| Name | Append |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
void Append
(
const FContentBrowserItem & InOther
)
Append(const FContentBrowserItemData &)
Description
Append the given item to this one, asserting if the combination isn't possible.
| Name | Append |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
void Append
(
const FContentBrowserItemData & InOther
)