Exemple #1
0
 void SyncDurationWithExternalSource(Playable playable)
 {
     if (m_TimeSource.IsValid())
     {
         playable.SetDuration(m_TimeSource.GetDuration());
         playable.SetTimeWrapMode(m_TimeSource.GetTimeWrapMode());
     }
 }