Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaView
Description
Get the view's orientation.
| Name | GetViewOrientation |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaView.h |
| Include Path | #include "IMediaView.h" |
virtual bool GetViewOrientation
(
FQuat & OutOrientation
) const
true on success, false if feature is not available or if orientation has never been set.
Parameters
| Name | Remarks |
|---|---|
| OutOrientation | Will contain the view orientation. |
See Also
-
SetViewOrientation