Navigation
API > API/Editor > API/Editor/ContentBrowserData
Data used to filter object instances by their package.
This will typically limit your query to returning assets.
| Name | FContentBrowserDataPackageFilter |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h |
| Include Path | #include "ContentBrowserDataFilter.h" |
Syntax
USTRUCT (BlueprintType )
struct FContentBrowserDataPackageFilter
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRecursivePackagePathsToExclude | bool | Whether we should include exclusive package sub-paths in this query | ContentBrowserDataFilter.h |
|
| bRecursivePackagePathsToInclude | bool | Whether we should include inclusive package sub-paths in this query | ContentBrowserDataFilter.h |
|
| PackageNamesToExclude | TArray< FName > | Array of package names that should be excluded from this query | ContentBrowserDataFilter.h |
|
| PackageNamesToInclude | TArray< FName > | Array of package names that should be included in this query | ContentBrowserDataFilter.h |
|
| PackagePathsToExclude | TArray< FName > | Array of package paths that should be excluded from this query | ContentBrowserDataFilter.h |
|
| PackagePathsToInclude | TArray< FName > | Array of package paths that should be included in this query | ContentBrowserDataFilter.h |
|
| PathPermissionList | TSharedPtr< FPathPermissionList > | Optional set of additional path filtering | ContentBrowserDataFilter.h |