unreal.ContentBrowserDataCollectionFilter

class unreal.ContentBrowserDataCollectionFilter(include_child_collections=False)

Bases: unreal.StructBase

Data used to filter items by their collection. note: This will typically limit your query to items that support being inside a collection.

C++ Source:

  • Module: ContentBrowserData

  • File: ContentBrowserDataFilter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • include_child_collections (bool): [Read-Write] Whether we should include child collections in this query

property include_child_collections

[Read-Write] Whether we should include child collections in this query

Type

(bool)