Set Custom Game Movie Player

The project I’m working on requires me to create a custom Game Movie Player class. The engine uses FDefaultGameMoviePlayer as the default movie player, and I’m having difficulty finding where to tell the engine to use my own movie player. Is what I’m asking even possible? If so, any help in pointing me towards where to set it is appreciated.

Please tell if you found an answer

No, I was never able to find an answer to this. My solution was just to use the source version of the engine and add the functionality I needed to DefaultGameMoviePlayer. It wasn’t ideal but it worked just fine.