Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Set the field of view.
| Name | SetViewField |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
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
-
SetViewOrientation