Navigation
| Name | MoviePlayerProxy |
| Type | Runtime |
| Location | /Engine/Source/Runtime/MoviePlayerProxy/ |
| Module Build Rules | MoviePlayerProxy.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FMoviePlayerProxy | This provides a mechanism to connect the engine (the client) to a movie player (the server). |
| FMoviePlayerProxyBlock | This is a helper class for FMoviePlayerProxy. |
Interfaces
| Name | Remarks |
|---|---|
| IMoviePlayerProxyServer | Implement this interface if you want to handle what happens when the engine interacts with the MoviePlayer, etc when the game thread is blocked. |