Navigation
API > API/Editor > API/Editor/ContentBrowserData
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h |
| Include | #include "ContentBrowserDataFilter.h" |
Syntax
struct FContentBrowserDataCollectionFilter
Remarks
Data used to filter items by their collection.
This will typically limit your query to items that support being inside a collection.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIncludeChildCollections | Whether we should include child collections in this query | |
| TArray< FCollectionNameType > | SelectedCollections | Array of collections to include in this query |