Hello I had a quick question about the BP_dialogplayer when you enter the NAV mesh for BP_dialogue player how do you extend the timer for the dialogue text/audio to stay on screen before it disappears? Thank you.
Hello I had a quick question about the BP_dialogplayer when you enter the NAV mesh for BP_dialogue player how do you extend the timer for the dialogue text/audio to stay on screen before it disappears? Thank you.
If you open BP_DialogPlayer, you'll see that the system uses the audio file's own Duration value to determine how long the dialogue remains active. The text display timing is also based on this same duration value.
If you'd like to add a small delay after the voice line finishes, you can simply add a value such as 0.5 or 1 seconds to the Duration variable.
