|Source|IPlayable| The playable audio to get the time from.
|Source|IPlayable| The playable audio to get the time from.
|UseNormalizedPosition|Bool| Whether to output a 0<->1 or an amount of seconds
|UseNormalizedPosition|Bool| Whether to output a 0<->1 or an amount of seconds
|WriteBack|Bool| Whether writing to the value of the field specified by <code>Target</code> will set the playback position.
|WriteBack|Bool| Whether writing to the value of the field specified by <code>Target</code> will set the playback position. See [[Drives#Write Backs|write backs]].
}}
}}
Latest revision as of 18:26, 17 February 2025
Component image
Playback Position Driver component as seen in the Scene Inspector
The PlaybackPositionDriver component is used to output and/or influence the playback position of an IPlayable.
The field to drive with the time position of Source from. If UseNormalizedPosition is true, this is 0<->1, else it's the amount of seconds from the start.