Navigation
API > API/Editor > API/Editor/ContentBrowser
| Name | FSourcesData |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/SourcesData.h |
| Include Path | #include "SourcesData.h" |
Syntax
struct FSourcesData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSourcesData () |
SourcesData.h | ||
FSourcesData
(
FName InVirtualPath |
SourcesData.h | ||
FSourcesData
(
FCollectionNameType InCollection |
SourcesData.h | ||
FSourcesData
(
const FSourcesData& Other |
SourcesData.h | ||
FSourcesData
(
FSourcesData&& Other |
SourcesData.h | ||
FSourcesData
(
TArray< FName > InVirtualPaths, |
SourcesData.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnEnumerateCustomSourceItemDatas | TBaseDelegate_OneParam< bool, TFunctionRef< bool(class FContentBrowserItemData &&)> > | SourcesData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIncludeVirtualPaths | bool | SourcesData.h | ||
| Collections | TArray< FCollectionNameType > | SourcesData.h | ||
| OnEnumerateCustomSourceItemDatas | FOnEnumerateCustomSourceItemDatas | SourcesData.h | ||
| VirtualPaths | TArray< FName > | SourcesData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasCollections() |
SourcesData.h | ||
bool HasVirtualPaths() |
SourcesData.h | ||
bool IsDynamicCollection() |
SourcesData.h | ||
bool IsEmpty() |
SourcesData.h | ||
bool IsIncludingVirtualPaths() |
SourcesData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSourcesData & operator=
(
const FSourcesData& Other |
SourcesData.h | ||
FSourcesData & operator=
(
FSourcesData&& Other |
SourcesData.h |