in the level blueprint for maps, there is a bool isRaining how can i make a reference to this in another blueprint, then i would also like to get how long the rain duration is going to be?
is this possible or should i build all references to things i want to do into the level blueprint ?
Hello Gankey69 thanks for the reply, im not sure why i would have to do it they way you said as this allready exists in the level blueprint, it seems counter-productive to recreate if i just want to check if its raining or not? Mainly im looking at using the isRaining Boolean, as for duration i can work around this part…