TryMultiUse

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


TryMultiUse Node - MultiUse
Screenshot showing multiple Use Indexes

How to Use

Useful for when needing to trigger MultiUse Events on other actors, especially those not contained within your mod.
Note: Replication is very important here! Use this under a multicast event, or replicate the Actor Reference being handled by the TryMutliUse node.

Mezzo's Ultimate Remote relies on this heavily.

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target Actor Actor to toggle the MultiUse Event
For PC Player Controller Player to emulate MultiUse Event for
Use Index Integer The Use Index for the MultiUse Event we are toggling.
(Look at MultiUse on the Actor you want to manipulate in PIE)


Outputs
Pin Reference Type Description
Return Value Bool Successful MultiUse Event Triggered?