コード例 #1
0
 public void StartTrackDrag(FTrackEditor trackEditor)
 {
     _trackDragged = trackEditor;
     _sequenceEditor.StartTimelineDrag(this);
 }