Get a boolean from another actor's component

@LegionDivided27 Get the actor bp first using ‘Get all actors of class’, then from the array ‘Get (a copy)’, then get your variable out of the copy.

Note: The integer in the ‘Get’ node stands for the components in your other bp and begins from 0

2 Likes