GetItemTemplateQuantity

From ARK Modding Wiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


GetItemTemplateQuantity - PrimalInventoryComponent

How to Use

Returns the amount of items in the Inventory Component, specified by class

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target PrimalInventoryComponent PrimalInventoryComponent Reference
Item Template PrimalItemClass Class for the item you want to add/remove from Inventory
Ignore Item PrimalItem Ignore a specific item by PrimalItem Reference
Ignore Blueprints Bool Ignore Blueprint items
Check Valid for Crafting Bool Checks the items to see if it can be used for crafting before adding to the returned count +
Require Exact Class Match Bool If True, it checks to see if it is the Exact Item, ignores childs


Outputs
Pin Reference Type Description
Return Value Integer Amount of items found matching search criteria

Legend

+ Needs Further Clarification, could be incorrect, author made a guess