UMediaPlayer::SupportsRate

Check whether the specified playback rate is supported.

Windows
MacOS
Linux

References

Module

MediaAssets

Header

/Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h

Include

#include "MediaPlayer.h"

Source

/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp

Syntax

bool SupportsRate
(
    float Rate,
    bool Unthinned
) const

Remarks

Check whether the specified playback rate is supported.

Parameters

Parameter

Description

Rate

The playback rate to check.

Unthinned

Whether no frames should be dropped at the given rate.

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