Public Bool Parameter

Hey,
How could i creat a Bool Variable which could be edited by every Blueprint?

Do you want to transfer the bool’s setting to other blueprints or do you just want to access the bool with the specific name?

If you want other blueprints to access a variable’s setting, use an Interface.

If you just want to use the same named variables elsewhere you can put them in a Struct.