FMediaPlayerFacade::GetViewOrientation

Get the view's orientation.

Choose your operating system:

Windows

macOS

Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h

Include

#include "MediaPlayerFacade.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp

Syntax

bool GetViewOrientation
(
    FQuat & OutOrientation
) const

Remarks

Get the view's orientation.

Returns

true on success, false if feature is not available or if orientation has never been set.

Parameters

Parameter

Description

OutOrientation

Will contain the view orientation.

See Also