BPIncrementItemTemplateQuantity

From ARK Modding Wiki
Revision as of 02:25, 16 May 2016 by Jslay (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Replication Important

NoticeIconInactive.png

Must run on server

NoticeIconInactive.png

Should run on server

NoticeIcon.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.png

BPIncrementItemTemplateQuantity - PrimalInventoryComponent

How to Use

Add/remove items to inventory by class type

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
Amount Integer Ammount to increase/decrease the quantity by (negative to remove item)
Replicate to Client Bool Replicates changes to Client if True (you want it to be True)
is Blueprint Bool If set to True, it will give blueprints to the items instead of the item
Require Exact Class Match Bool If True, it checks to see if the Exact Item exists before doing anything,
and only will do something if it finds an item of that exact class
Is Crafting Resource Consumption Bool Sets if the added items are to be flagged as 'Crafted' (Confirmation Needed)
Is From Use Consumption Bool Sets if the added items are to be flagged as 'Given on Item Use' (Confirmation Needed)
Is Ark Tribute Item Bool Sets if the added items are to be flagged as 'Ark Tribute Item' (Confirmation Needed)


Outputs
Pin Reference Type Description
Return Value Integer Amount of items incremented