FMediaPlayerFacade::SetViewOrientation

Set 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 SetViewOrientation
(
    const FQuat & Orientation,
    bool Absolute
)

Remarks

Set the view's orientation.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Orientation

Quaternion representing the orientation.

Whether

the orientation change should be absolute (true) or relative (false).

See Also