Can't use any functions of UMovieSceneSequenceExtensions in c++

If you read UMovieSceneSequenceExtensions.cpp, you can find that those blueprint library functions just use Umoviescene’s public functions,so I suggest to copy the code instead of directly use them. And it can decrease the number of dependent modules