Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/FChaosVDPlaybackController
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackController.h |
| Include | #include "ChaosVDPlaybackController.h" |
| Source | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Private/ChaosVDPlaybackController.cpp |
void GoToTrackFrame
&40;
FGuid InstigatorID,
EChaosVDTrackType TrackType,
int32 InTrackID,
int32 FrameNumber,
int32 Step
&41;
Remarks
Moves a track of the recording to the specified step and frame numbers
Parameters
| Name | Description |
|---|---|
| InstigatorID | ID of the ControllerInstigator that requested the move |
| TrackType | Type of the track to to move |
| InTrackID | ID of the track to move |
| FrameNumber | Frame number to go |
| Step | Step number to go |