BPGetItemOfTemplate

From ARK Modding Wiki
Revision as of 03:29, 15 May 2016 by Jslay (talk | contribs)
Jump to navigation Jump to search


This article or chapter is incomplete and its contents need further attention. Some information may be missing or may be wrong, spelling and grammar may have to be improved, use your judgment!

Look for (Confirmation Needed) areas on this page, and help out where you can.

NoticeIcon.png

BPGetItemOfTemplate - PrimalInventoryComponent

How to Use

Searches for an item by class within an Inventory Component, and returns the first one found that meets the criteria specified

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target PrimalInventoryComponent PrimalInventoryComponent Reference
Item Template PrimalItemClass Class for the item you want to search for in the specified Inventory
Only Inventory Items Bool Search items only being carried or slotted, not equipped
Only Equipped Items Bool Search items only equipped
Ignore Items with Full Quantity Bool Ignore Full Stacks. This will also ignore all items that don't stack
Favor Slot Items Bool Search slotted items before those being carried in the inventory
Requires Exact Class Match Bool Search only for exact item, no childs
Ignore Slot Items Bool Ignore slotted items
Only Ark Items Bool Searches for 'Ark Tribute Item' +
Prefer Engram Bool Searches for learned Engram first +
Is for Crafting Consumption Bool Searches for items that can be used for crafting +


Outputs
Pin Reference Type Description
Return Value PrimalItem The found PrimalItem Reference

Legend

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