unreal.ContentBrowserDataPackageFilter

class unreal.ContentBrowserDataPackageFilter(package_names_to_include: Array[Name] = [], package_names_to_exclude: Array[Name] = [], package_paths_to_include: Array[Name] = [], package_paths_to_exclude: Array[Name] = [], recursive_package_paths_to_include: bool = False, recursive_package_paths_to_exclude: bool = False)

Bases: StructBase

Data used to filter object instances by their package. note: This will typically limit your query to returning assets.

C++ Source:

  • Module: ContentBrowserData

  • File: ContentBrowserDataFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • package_names_to_exclude (Array[Name]): [Read-Write] Package Names to Exclude: Array of package names that should be excluded from this query

  • package_names_to_include (Array[Name]): [Read-Write] Package Names to Include: Array of package names that should be included in this query

  • package_paths_to_exclude (Array[Name]): [Read-Write] Package Paths to Exclude: Array of package paths that should be excluded from this query

  • package_paths_to_include (Array[Name]): [Read-Write] Package Paths to Include: Array of package paths that should be included in this query

  • recursive_package_paths_to_exclude (bool): [Read-Write] Recursive Package Paths to Exclude: Whether we should include exclusive package sub-paths in this query

  • recursive_package_paths_to_include (bool): [Read-Write] Recursive Package Paths to Include: Whether we should include inclusive package sub-paths in this query

property package_names_to_exclude: Array[Name]

[Read-Write] Package Names to Exclude: Array of package names that should be excluded from this query

Type:

(Array[Name])

property package_names_to_include: Array[Name]

[Read-Write] Package Names to Include: Array of package names that should be included in this query

Type:

(Array[Name])

property package_paths_to_exclude: Array[Name]

[Read-Write] Package Paths to Exclude: Array of package paths that should be excluded from this query

Type:

(Array[Name])

property package_paths_to_include: Array[Name]

[Read-Write] Package Paths to Include: Array of package paths that should be included in this query

Type:

(Array[Name])

property recursive_package_paths_to_exclude: bool

[Read-Write] Recursive Package Paths to Exclude: Whether we should include exclusive package sub-paths in this query

Type:

(bool)

property recursive_package_paths_to_include: bool

[Read-Write] Recursive Package Paths to Include: Whether we should include inclusive package sub-paths in this query

Type:

(bool)