Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItemKey
Overloads
| 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 |
FContentBrowserItemKey()
Description
Default constructor. Produces a key that is empty.
| Name | FContentBrowserItemKey |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
FContentBrowserItemKey()
FContentBrowserItemKey(const FContentBrowserItem &)
Description
Construct this key from the given item.
| Name | FContentBrowserItemKey |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
FContentBrowserItemKey
(
const FContentBrowserItem & InItem
)
FContentBrowserItemKey(const FContentBrowserItemData &)
| Name | FContentBrowserItemKey |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
FContentBrowserItemKey
(
const FContentBrowserItemData & InItemData
)
FContentBrowserItemKey(EContentBrowserItemFlags, FName, const UContentBrowserDataSource *)
Description
Construct this key from the given item type, virtual path, and data source.
| Name | FContentBrowserItemKey |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
FContentBrowserItemKey
(
EContentBrowserItemFlags InItemType,
FName InPath,
const UContentBrowserDataSource * InDataSource
)