UBinkMediaPlayer::Seek

Seeks to the specified playback time.

Windows
MacOS
Linux

References

Module

BinkMediaPlayer

Header

/Engine/Plugins/Media/BinkMedia/Source/BinkMediaPlayer/Public/BinkMediaPlayer.h

Include

#include "BinkMediaPlayer.h"

Source

/Engine/Plugins/Media/BinkMedia/Source/BinkMediaPlayer/Private/Assets/BinkMediaPlayer.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Media|BinkMediaPlayer")
bool Seek
(
    const FTimespan & InTime
)

Remarks

Seeks to the specified playback time.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

InTime

The playback time to set.

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