Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/FChaosVDPlaybackController
Description
Moves a track of the recording to the specified stage and frame numbers. And then syncs every other track to it
| Name | GoToTrackFrameAndSync |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackController.h |
| Include Path | #include "ChaosVDPlaybackController.h" |
| Source | /Engine/Plugins/ChaosVD/Source/ChaosVD/Private/ChaosVDPlaybackController.cpp |
void GoToTrackFrameAndSync
(
FGuid InstigatorID,
EChaosVDTrackType TrackType,
int32 InTrackID,
int32 FrameNumber,
int32 StageNumber
)
Parameters
| Name | Remarks |
|---|---|
| InstigatorID | ID of the system that requested the move |
| TrackType | Type of the track to move |
| InTrackID | ID of the track to move |
| FrameNumber | Frame number to go to |
| StageNumber | Stage number to go to |