FMediaPlayerFacade::SetCacheWindow

Set sample caching options.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

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

Include

#include "MediaPlayerFacade.h"

Source

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

Syntax

void SetCacheWindow
(
    FTimespan Ahead,
    FTimespan Behind
)

Remarks

Set sample caching options.

Parameters

Parameter

Description

Ahead

Duration of samples to cache ahead of the play head.

Behind

Duration of samples to cache behind the play head.

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