Identify Actor Nodes

From ARK Modding Wiki
Revision as of 05:13, 10 April 2018 by MorkOz (talk | contribs) (→‎Details)
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

How to Use

A set of pure nodes that check an actor reference and return true if it matches a particular actor class.

BPIs A - Actor
IsPrimalCharacter - Actor
IsPrimalDino - Actor
IsPrimalStructure - Actor
IsShooterCharacter - Actor

Details

Inputs
Pin Reference Type Description
Target Actor A reference to an Actor that you wanting to check, defaults to Self.
An Actor Class (BPIsA Only) Actor Class The Actor class that you're wanting to check for


Outputs
Pin Reference Type Description
Return Value Bool Returns true if Actor is of the class to check

Related Articles

What Links Here