Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaView
Description
Set the field of view.
| Name | SetViewField |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaView.h |
| Include Path | #include "IMediaView.h" |
virtual bool SetViewField
(
float Horizontal,
float Vertical,
bool Absolute
)
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Horizontal | Horizontal field of view (in Euler degrees). |
| Vertical | Vertical field of view (in Euler degrees). |
| Whether | the field of view change should be absolute (true) or relative (false). |
See Also
-
SetViewFocusField
-
SetViewOrientation