Navigation
API > API/Editor > API/Editor/ContentBrowserData
Minimal representation of a FContentBrowserItem instance that can be used as a map key.
| Name | FContentBrowserItemKey |
| Type | class |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
Syntax
class FContentBrowserItemKey : public FContentBrowserItemDataKey
Inheritance Hierarchy
- FContentBrowserItemDataKey → FContentBrowserItemKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. Produces a key that is empty. | ContentBrowserItem.h | ||
FContentBrowserItemKey
(
const FContentBrowserItem& InItem |
Construct this key from the given item. | ContentBrowserItem.h | |
FContentBrowserItemKey
(
const FContentBrowserItemData& InItemData |
ContentBrowserItem.h | ||
FContentBrowserItemKey
(
EContentBrowserItemFlags InItemType, |
Construct this key from the given item type, virtual path, and data source. | ContentBrowserItem.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const FContentBrowserItemData& InItemData |
Internal common function shared by the FContentBrowserItem and FContentBrowserItemData constructors. | ContentBrowserItem.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FContentBrowserItemKey& InOther |
Inequality support. | ContentBrowserItem.h | |
bool operator==
(
const FContentBrowserItemKey& InOther |
Equality support. | ContentBrowserItem.h |