UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMoviePlayerProxyBlock Class Reference

#include <MoviePlayerProxy.h>

Public Member Functions

 FMoviePlayerProxyBlock ()
 
 ~FMoviePlayerProxyBlock ()
 
void Finish ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FMoviePlayerProxyBlock()

FMoviePlayerProxyBlock::FMoviePlayerProxyBlock ( )
inline

◆ ~FMoviePlayerProxyBlock()

FMoviePlayerProxyBlock::~FMoviePlayerProxyBlock ( )
inline

Member Function Documentation

◆ Finish()

void FMoviePlayerProxyBlock::Finish ( )
inline

Call this if you want to end the block before this object goes out of scope.


The documentation for this class was generated from the following file: