How to get absolute path for an asset from OBB file?

Hi
My test project packaged name is “MyProjectan15”
Is it possible to get absolute path for a file added to OBB for android, as an example i want to play intro.ogg which located in Obb file but i don’t know how to get the path.
I added intro.ogg to the OBB and below path is not working correctly.
/sdcard/Android/obb/com.YourCompany.MyProjectan15/main.1.com.YourCompany.MyProjectan15.obb/MyProjectan15/Content/intro.ogg

PS: i don’t know how to code only use BP so i wonder if its possible to get the path without function or codes.

I were able to make it work on my phone with below path but since i need to add Ogg file to my Obb i can’t find the right path for below node.
/sdcard/sound/
In short words, is it possible to get a absolute path for a file inside OBB without extra work if i know exactly the name of my package in my phone and since it located in /sdcard/android/obb/?

I’m using plugin to play Ogg from external source so adding it to the engine and getting reference is not possible
Thanks