Navigation
API > API/Editor > API/Editor/ContentBrowserData
Minimal representation of a FContentBrowserItemData instance that can be used as a map key.
This key doesn't consider the data source, so should only be used for maps within a given data source. Use FContentBrowserItemKey for more general use where items may have come from different data sources.
| Name | FContentBrowserItemDataKey |
| Type | class |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
Syntax
class FContentBrowserItemDataKey
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. Produces a key that is empty. | ContentBrowserItemData.h | ||
FContentBrowserItemDataKey
(
const FContentBrowserItemData& InItemData |
Construct this key from the given item. | ContentBrowserItemData.h | |
FContentBrowserItemDataKey
(
EContentBrowserItemFlags InItemType, |
Construct this key from the given item type and virtual path. | ContentBrowserItemData.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FContentBrowserItemDataKey& InOther |
Inequality support. | ContentBrowserItemData.h | |
bool operator==
(
const FContentBrowserItemDataKey& InOther |
Equality support. | ContentBrowserItemData.h |