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