FMediaSampleCache::GetOverlaySamples

Get the text overlay samples for the specified time.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaSampleCache.h

Include

#include "MediaSampleCache.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaSampleCache.cpp

Syntax

void GetOverlaySamples
(
    FTimespan Time,
    TArray< TSharedPtr< IMediaOverlaySample, ESPMode::ThreadSafe >> & OutSamples
)

Remarks

Get the text overlay samples for the specified time.

Parameters

Parameter

Description

Time

The time to get the sample for (in the player's clock).

OutSamples

Will contain the overlay samples.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss