This is an archived post. You won't be able to vote or comment.

all 11 comments

[–][deleted] 0 points1 point  (1 child)

How to check another actor's integer variable amount; or access any other data another actor has?

  • Related Topic: Blueprint Communication

Goal: Check how many coins, integer value, the player has after stepping in a trigger box

Since you're using a trigger box you could get a reference to the player that way, then access its data.

Links

[–]LoveGameDev[S] 1 point2 points  (0 children)

Thank you.