![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MediaPlayer.h>
Inheritance diagram for FMediaPlayerProxy:Public Member Functions | |
| IMPL_AUDIOPROXY_CLASS (FMediaPlayerProxy) | |
| MEDIAASSETS_API | FMediaPlayerProxy (UMediaPlayer *Player) |
| MEDIAASSETS_API | FMediaPlayerProxy (const FMediaPlayerProxy &Other) |
| MEDIAASSETS_API | ~FMediaPlayerProxy () |
| TSharedPtr< FMediaPlayerFacade, ESPMode::ThreadSafe > | GetPlayerFacade () const |
Public Member Functions inherited from Audio::TProxyData< FMediaPlayerProxy > | |
| TProxyData () | |
Public Member Functions inherited from Audio::IProxyData | |
| virtual | ~IProxyData ()=default |
| template<typename ProxyType > | |
| bool | CheckTypeCast () const |
| FName | GetProxyTypeName () const |
| template<typename ProxyType > | |
| ProxyType & | GetAs () |
| template<typename ProxyType > | |
| const ProxyType & | GetAs () const |
| IProxyData (FName InProxyTypeName) | |
| virtual TUniquePtr< IProxyData > | Clone () const |
Friends | |
| uint32 | GetTypeHash (const FMediaPlayerProxy &InProxy) |
Additional Inherited Members | |
Static Protected Attributes inherited from Audio::TProxyData< FMediaPlayerProxy > | |
| static constexpr bool | bWasAudioProxyClassImplemented |
Proxy implementation for Metasound integration
|
explicit |
|
default |
| FMediaPlayerProxy::~FMediaPlayerProxy | ( | ) |
|
inline |
| FMediaPlayerProxy::IMPL_AUDIOPROXY_CLASS | ( | FMediaPlayerProxy | ) |
|
friend |