Use trigger only once even if the game gets reset

hello everyone!

well, what im trying to do its pretty easy, i guess. but i cant get my head around this. probabbly its a silly thing but im new to UE4.

i want to play an audio clip only once, but only once even if the game gets reset when you die. does it make sence?

im using DO ONCE but i only want to use this trigger once even after you died and cross to the same path again. just once in the entire game. Right now, after you die the trigger gets reset an the clip sounds again.

how can i fix this? Thanks!

You either need to use the game instance or save game depending on how ONCEy you mean.

You can keep the doonce on the box, but it can also save the fact it has been triggered in the game instance. Next time it’s triggered, it checks the game instance, and only fires if it’s never been triggered before:

If that's not permenent enough for you then you need the save game:

thanks!! it worked like a charm! here is the screenshot.

thanks! it worked like a charm!