EMediaSeekDirection

Directions for seeking in media.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaControls.h

Include

#include "IMediaControls.h"

Syntax

enum EMediaSeekDirection
{
    Backward,
    Beginning,
    End,
    Forward,
}

Values

Name

Description

Backward

Seek backwards from current position.

Beginning

Seek from the beginning of the media.

End

Seek from the end of the media.

Forward

Seek forward from current position.

Remarks

Directions for seeking in media.

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