EventEquippedBlueprintTick

From ARK Modding Wiki
Revision as of 19:51, 15 May 2016 by ZenRowe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Replication Important

NoticeIconInactive.png

Must run on server

NoticeIconInactive.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.png

EventBlueprintEquipped - PrimalItem

How to Use

This node will trigger while the item that this graph is attached to is equipped in a primal inventory component.
This node will tick repeatedly until the item is unequipped, and consistency is dependent on proper use of the delta time output.

Details

Outputs
Pin Reference Type Description
Delegate Pin (Red Box) Delegate Allows triggering as a delegated event
Delta Seconds Float The time that has elapsed since the tick last fired

Related Articles

What Links Here