Programmer Sounds length is always 0

Hi, can you try getting the target subsound and measuring that? I think the parent sound represents the bank itself if I’m not mistaken.

dialogueSound.getSubSound(dialogueSoundInfo.subsoundindex, out var subSound);
subSound.getLength(out var length, TIMEUNIT.MS);
1 Like