Navigation
API > API/Runtime > API/Runtime/MediaAssets > API/Runtime/MediaAssets/UMediaPlayer
Syntax
FOnMediaPlayerMediaEvent OnSeekCompleted
Remarks
A delegate that is invoked when a seek operation completed successfully.
Depending on whether the underlying player implementation performs seeks synchronously or asynchronously, this event may be executed before or after the call to Seek returns.