FContentBrowserDataPackageFilter

Data used to filter object instances by their package.

Windows
MacOS
Linux

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. @note This will typically limit your query to returning assets.

Variables

Name Description

Public variable

bool

 

bRecursivePackagePathsToExclude

Whether we should include exclusive package sub-paths in this query

Public variable

bool

 

bRecursivePackagePathsToInclude

Whether we should include inclusive package sub-paths in this query

Public variable

TArray< FName >

 

PackageNamesToExclude

Array of package names that should be excluded from this query

Public variable

TArray< FName >

 

PackageNamesToInclude

Array of package names that should be included in this query

Public variable

TArray< FName >

 

PackagePathsToExclude

Array of package paths that should be excluded from this query

Public variable

TArray< FName >

 

PackagePathsToInclude

Array of package paths that should be included in this query

Public variable

TSharedPtr< FBl...

 

PathBlacklist

Optional set of additional path filtering

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss