UTimecodeSynchronizer::AddRuntimeTimeSynchronizationSource

Adds a "runtime" source to the synchronizer.

Windows
MacOS
Linux

References

Module

TimecodeSynchronizer

Header

/Engine/Plugins/Media/TimecodeSynchronizer/Source/TimecodeSynchronizer/Public/TimecodeSynchronizer.h

Include

#include "TimecodeSynchronizer.h"

Source

/Engine/Plugins/Media/TimecodeSynchronizer/Source/TimecodeSynchronizer/Private/TimecodeSynchronizer.cpp

Syntax

void AddRuntimeTimeSynchronizationSource
(
    UTimeSynchronizationSource * Source
)

Remarks

Adds a "runtime" source to the synchronizer. These sources can only be added from StartSynchronization callback, and will automatically be removed once synchronization has stopped (or failed).

While the synchronization process is active, it's guaranteed that the TimecodeSynchronizer will keep a hard reference to the source.

Sources added this way should be added every time the StartSynchronization event is fired.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss