unreal.ContentBrowserDataFilter
¶
- class unreal.ContentBrowserDataFilter(recursive_paths: bool = False, item_type_filter: ContentBrowserItemTypeFilter = Ellipsis, item_category_filter: ContentBrowserItemCategoryFilter = Ellipsis, item_attribute_filter: ContentBrowserItemAttributeFilter = Ellipsis)¶
Bases:
StructBase
A filter used to control what is returned from Content Browser data queries. note: The compiled version of this, FContentBrowserDataCompiledFilter, is produced via UContentBrowserDataSubsystem::CompileFilter.
C++ Source:
Module: ContentBrowserData
File: ContentBrowserDataFilter.h
Editor Properties: (see get_editor_property/set_editor_property)
item_attribute_filter
(ContentBrowserItemAttributeFilter): [Read-Write] Item Attribute Filter: Flags controlling which item attributes should be included in this queryitem_category_filter
(ContentBrowserItemCategoryFilter): [Read-Write] Item Category Filter: Flags controlling which item categories should be included in this queryitem_type_filter
(ContentBrowserItemTypeFilter): [Read-Write] Item Type Filter: Flags controlling which item types should be included in this queryrecursive_paths
(bool): [Read-Write] Recursive Paths: Whether we should include sub-paths in this query
- property item_attribute_filter: ContentBrowserItemAttributeFilter¶
[Read-Write] Item Attribute Filter: Flags controlling which item attributes should be included in this query
- property item_category_filter: ContentBrowserItemCategoryFilter¶
[Read-Write] Item Category Filter: Flags controlling which item categories should be included in this query
- Type:
- property item_type_filter: ContentBrowserItemTypeFilter¶
[Read-Write] Item Type Filter: Flags controlling which item types should be included in this query
- Type: