Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryRemove
(
const FContentBrowserItem& InOther, |
Attempt to remove the given item from this one, providing error information if the removal wasn't possible. | ContentBrowserItem.h | |
bool TryRemove
(
const FContentBrowserItemData& InOther, |
Attempt to remove the given item from this one, providing error information if the removal wasn't possible. | ContentBrowserItem.h | |
FContentBrowserItemData TryRemove
(
const FContentBrowserMinimalItemData& InKey, |
Attempt to remove an item matching the given minimal representation from this one, providing error information if the removal wasn't possible. | ContentBrowserItem.h |
TryRemove(const FContentBrowserItem &, FText *)
Description
Attempt to remove the given item from this one, providing error information if the removal wasn't possible.
| Name | TryRemove |
| 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 TryRemove
(
const FContentBrowserItem & InOther,
FText * OutError
)
True if the removal was possible, false otherwise.
TryRemove(const FContentBrowserItemData &, FText *)
Description
Attempt to remove the given item from this one, providing error information if the removal wasn't possible.
| Name | TryRemove |
| 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 TryRemove
(
const FContentBrowserItemData & InOther,
FText * OutError
)
True if the removal was possible, false otherwise.
TryRemove(const FContentBrowserMinimalItemData &, FText *)
Description
Attempt to remove an item matching the given minimal representation from this one, providing error information if the removal wasn't possible.
| Name | TryRemove |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
FContentBrowserItemData TryRemove
(
const FContentBrowserMinimalItemData & InKey,
FText * OutError
)
A valid item data (IsValid) if anything was removed, an invalid one otherwise.