![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MediaDelegates.h>
Public Types | |
| using | TSharedMediaTextureSample = TSharedPtr< IMediaTextureSample, ESPMode::ThreadSafe > |
Public Member Functions | |
| DECLARE_MULTICAST_DELEGATE_TwoParams (FOnSampleDiscardedDelegate, const UMediaTexture *, TSharedMediaTextureSample) | |
| DECLARE_MULTICAST_DELEGATE_ThreeParams (FOnPreSampleRenderDelegate, const UMediaTexture *, bool, TSharedMediaTextureSample) | |
| using FMediaDelegates::TSharedMediaTextureSample = TSharedPtr<IMediaTextureSample, ESPMode::ThreadSafe> |
| FMediaDelegates::DECLARE_MULTICAST_DELEGATE_ThreeParams | ( | FOnPreSampleRenderDelegate | , |
| const UMediaTexture * | , | ||
| bool | , | ||
| TSharedMediaTextureSample | |||
| ) |
| FMediaDelegates::DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FOnSampleDiscardedDelegate | , |
| const UMediaTexture * | , | ||
| TSharedMediaTextureSample | |||
| ) |