FMediaPlayerFacade::SetViewOrientation

Set the view's orientation.

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

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