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