Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool GetViewField
(
float & OutHorizontal,
float & OutVertical
) const
Get the field of view.
true on success, false if feature is not available or if field of view has never been set.
Parameter |
Description |
---|---|
OutHorizontal |
Will contain the horizontal field of view. |
OutVertical |
Will contain the vertical field of view. |