![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MoviePlayerProxy.h>
Public Member Functions | |
| FMoviePlayerProxyBlock () | |
| ~FMoviePlayerProxyBlock () | |
| void | Finish () |
This is a helper class for FMoviePlayerProxy.
You can just add an instance of this somewhere like FMoviePlayerProxyBlock MoviePlayerBlock;
It will automatically call FMoviePlayerProxy::BlockingStarted and then call FMoviePlayerProxy::BlockingFinished when it goes out of scope.
You can also manually call Finish if you want to trigger this earlier.
|
inline |
|
inline |
|
inline |
Call this if you want to end the block before this object goes out of scope.