Navigation
API > API/Editor > API/Editor/ContentBrowser
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/SourcesData.h |
| Include | #include "SourcesData.h" |
Syntax
struct FSourcesData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIncludeVirtualPaths | ||
| TArray< FCollectionNameType > | Collections | ||
| FOnEnumerateCustomSourceItemDatas | OnEnumerateCustomSourceItemDatas | ||
| TArray< FName > | VirtualPaths |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSourcesData () |
|||
FSourcesData
(
FName InVirtualPath |
|||
FSourcesData
(
FCollectionNameType InCollection |
|||
FSourcesData
(
const FSourcesData& Other |
|||
FSourcesData
(
FSourcesData&& Other |
|||
FSourcesData
(
TArray< FName > InVirtualPaths, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| bool | |||
| bool | IsEmpty () |
||
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSourcesData & | operator=
(
const FSourcesData& Other |
||
| FSourcesData & | operator=
(
FSourcesData&& Other |
Typedefs
| Name | Description |
|---|---|
| FOnEnumerateCustomSourceItemDatas |