Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Content Browser Data Package Filter' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Content Browser Data Package Filter |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Package Names To Include | Array of package names that should be included in this query |
| name | Package Names To Exclude | Array of package names that should be excluded from this query |
| name | Package Paths To Include | Array of package paths that should be included in this query |
| name | Package Paths To Exclude | Array of package paths that should be excluded from this query |
| boolean | Recursive Package Paths To Include | Whether we should include inclusive package sub-paths in this query |
| boolean | Recursive Package Paths To Exclude | Whether we should include exclusive package sub-paths in this query |