Items
Get All Items
Get All Items gets all items in this inventory.

Returns an array of all items in this inventory.
Get All Items by Class
Get All Items by Class gets all items filtered by class in this inventory.
Class1 : Class of the items to filter by.

Returns all items in this inventory of the specified class.
Get All Items by Gameplay Tag
Get All Items by Gameplay Tag gets all items filtered by gameplay tag in this inventory.
Gameplay Tag1 : Gameplay tag of the items to filter by.

Returns all items filtered by gameplay tag in this inventory.
Get All Items by Name
Get All Items by Name gets all items filtered by name in this inventory.
Name1 : Name of the items to filter by.Case Sensetive2 : If true, the text comparison of names will be case-sensitive.

Returns all items filtered by name in this inventory.
Get All Items by Tags
Get All Items by Tags gets all items filtered by tags in this inventory.
Tags1 : Tags of the items to filter by.Match All2 : If true will return only items that match all of the specified tags.

Returns all items filtered by tags in this inventory.