Music on/off

I have a button which purpose is to start/stop playing playlist. Playlist is sound cue consist of 6 songs. No matter what i do i cant get it to work. Either when it stops playing it never goes ON back, or never goes OFF. Can somebody post blueprint or idea on how to make simple music player with on/off funtionality ?

anyone ?

Could you send a picture of what you have setup?

SOrry i didnt see that you answered. Screenhsoot is here: http://s29.postimg.org/jdb66m6k7/Screen_Shot_2014_11_27_at_13_16_55.png On the left side there is “is Music On”, I get that value from save game.

Maybe move that AudioComponent to BeginPlay and save the return value as a variable. Then for IsPlaying, Stop etc use that variable.

I changed it. First i set variable and latter i use that variable. still doesnt work as it should