Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Remove
(
const FContentBrowserItem& InOther |
Remove the given item from this one, asserting if the removal wasn't possible. | ContentBrowserItem.h | |
void Remove
(
const FContentBrowserItemData& InOther |
Remove the given item from this one, asserting if the removal wasn't possible. | ContentBrowserItem.h |
Remove(const FContentBrowserItem &)
Description
Remove the given item from this one, asserting if the removal wasn't possible.
| Name | Remove |
| 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 Remove
(
const FContentBrowserItem & InOther
)
Remove(const FContentBrowserItemData &)
Description
Remove the given item from this one, asserting if the removal wasn't possible.
| Name | Remove |
| 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 Remove
(
const FContentBrowserItemData & InOther
)