This asset consists of an Unreal Editor Utility Widget and corresponding TouchDesigner component (.TOX file).
The Editor Utility Widget emits Unreal’s sequence editor current frame, start frame, end frame, framerate, and currently loaded sequence name via OSC. The .TOX enables TouchDesigner to receive this data and subsequently drives a designated time COMP so that it corresponds with Unreal’s sequencer.
This works for in-editor workflows and deactivates when running PIE or stand alone so that any runtime sync logic can operate.
Here is a quick walkthrough video
- 0:00 - Installation
- 2:08 - Unreal Setup
- 3:42 - TouchDesigner Setup
- 5:00 - Syncing Unreal and TouchDesigner
- 6:34 - Additional Notes
Copy UESequencerSync folder into <YourProjectDirectory>/Plugins
.
Use UESequencerSync.tox in your project and point to the desired time COMP. See TDSequencerSync.toe for example.