Programmer sound file length in ue 4.27

Hi,

Unfortunately, you cannot get the length of a sound via blueprints. You could use an event callback to get the sound attached to the programmer instrument to get its length. Further explained under FMOD API | Studio API Guide.

It is not possible the change the length of an instrument from outside of FMOD Studio. However, setting the programmer instrument as Async will allow any length of audio file to play to completion.