How to loop an audio at the specific timestamp?

We got an .Wav BGM audio with loop timestamp created by sound forge pro.
Now we need to loop at the timestamp, not from the beginning.The question is how to setup ?
Thanks!

Comment:

  1. the first time we want to play from beginning(we have intro part in BGM)
  2. While BGM play to the end, we have to loop from the timestamp (skip the intro part)

( Our audio staff told us just checked the loop option in uasset, then UE will automatically recognized the timestamp and loop at the point, but we failed.)

UE4 gives you the option to play the audio at a specific time, have you tried the audio component then call Play it should give you the option.

243106-starttime.png

Thanks for reply,
But what we need to do is

  1. the first time we want to play from beginning(we have intro part in BGM)
  2. While BGM play to the end, we have to loop from the timestamp (skip the intro part)

We don’t know the specific timestamp, since the looping timestamp is embedded in wav file (by sound forge pro)
We asked audio staff for the timestamp, but they said simply checked the loop option,
UE will automatically do it all(1.2.above), really?