FContentBrowserDataCollectionFilter

Data used to filter items by their collection.

Unreal Engine C++ API Reference > Editor > ContentBrowserData

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h
Include #include "ContentBrowserDataFilter.h"

Syntax

struct FContentBrowserDataCollectionFilter  

Remarks

Data used to filter items by their collection.

This will typically limit your query to items that support being inside a collection.

Variables

Type Name Description
bool bIncludeChildCollections Whether we should include child collections in this query
TArray< FCollec... SelectedCollections Array of collections to include in this query

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library