Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Set the view's orientation.
| Name | SetViewOrientation |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool SetViewOrientation
(
const FQuat & Orientation,
bool Absolute
)
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Orientation | Quaternion representing the orientation. |
| Whether | the orientation change should be absolute (true) or relative (false). |