Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaView
Description
Get the field of view.
| Name | GetViewField |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaView.h |
| Include Path | #include "IMediaView.h" |
virtual bool GetViewField
(
float & OutHorizontal,
float & OutVertical
) const
true on success, false if feature is not available or if field of view has never been set.
Parameters
| Name | Remarks |
|---|---|
| OutHorizontal | Will contain the horizontal field of view. |
| OutVertical | Will contain the vertical field of view. |
See Also
-
GetViewOrientation
-
SetViewField