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?
(UE4) Access other Objects variables in same World
445 views Asked by Wolff At
1
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?
If these 2 objects are put in the level, then you can:
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.Find the object in
World Outliner
, and in itsDetails
panel you can find that variable as editable.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)