Navigation
API > API/Plugins > API/Plugins/ChaosVD
Available sync modes that determine how tracks will sync between each other during playback
| Name | EChaosVDSyncTimelinesMode |
| Type | enum |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackController.h |
| Include Path | #include "ChaosVDPlaybackController.h" |
Syntax
enum EChaosVDSyncTimelinesMode
{
UMETA =(Hidden),
RecordedTimestamp,
NetworkTick,
Manual,
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| RecordedTimestamp | Syncs all tracks using the recorded timestamp |
| NetworkTick | Syncs all tracks using the recorded network ticks offset of the Predictive networked physics system |
| Manual | No-Auto sync is performed and all available solver tracks inside the recording are visible at once and can be scrubbed independently |