Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaView
Description
Set the view's focused orientation.
| Name | SetViewFocusOrientation |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaView.h |
| Include Path | #include "IMediaView.h" |
virtual bool SetViewFocusOrientation
(
const FQuat & Orientation
)
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Orientation | Quaternion representing the viewer's orientation. |