![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FMediaTextureClockSink:Public Member Functions | |
| FMediaTextureClockSink (UMediaTexture &InOwner) | |
| virtual | ~FMediaTextureClockSink () |
| virtual void | TickRender (FTimespan DeltaTime, FTimespan Timecode) override |
| void | OwnerDestroyed () |
Public Member Functions inherited from IMediaClockSink | |
| virtual void | TickFetch (FTimespan DeltaTime, FTimespan Timecode) |
| virtual void | TickInput (FTimespan DeltaTime, FTimespan Timecode) |
| virtual void | TickOutput (FTimespan DeltaTime, FTimespan Timecode) |
| virtual | ~IMediaClockSink () |
Media clock sink for media textures.
|
inline |
|
inlinevirtual |
|
inline |
Call this when the owner is destroyed.
|
inlineoverridevirtual |
Called each tick before the frame finished rendering.
| DeltaTime | Time since this function was last called. |
| Timecode | The current media time code. |
Reimplemented from IMediaClockSink.