Common static variable across blueprint objects

a little hack if you just need variables to be readable from everywhere:
create a macro library and define a macro with just outputs for those values

I’m e.g. using that for having a central place to modify a global color scheme that needs to be accessible across different blueprints

1 Like