UMediaPlayer::SupportsSeeking

Check whether the currently loaded media can jump to a certain position.

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 SupportsSeeking() const

Remarks

Check whether the currently loaded media can jump to a certain position.

Returns

true if seeking is supported, false otherwise.

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