FMediaSampleCache::Tick

Tick the cache.

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 Tick
(
    FTimespan DeltaTime,
    float Rate,
    FTimespan Time
)

Remarks

Tick the cache.

This method fetches any unconsumed media samples from the player and removes expired samples from the cache.

Parameters

Parameter

Description

DeltaTime

Time since the last tick.

Rate

The current play rate.

Time

The current play time.

See Also

Initialize

Shutdown

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