(UE4) Access other Objects variables in same World

445 views Asked by At

i have 2 Blueprintobjects in my world and my first BP has a public variable. Is it somehow possible to access this public variable in my secound BP?

1

There are 1 answers

0
Marson Mao On

If these 2 objects are put in the level, then you can:

  1. Set the public variable to be editable by clicking the eye icon beside variable's name. After clicking it, the icon would become a yellow open eye.

  2. Find the object in World Outliner, and in its Details panel you can find that variable as editable.

  3. Select another object as its value.

(Sorry I'm a bit lazy to post images, if it's still unclear I can add them :p)