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