Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
References
Module | MediaUtils |
Header | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include | #include "MediaPlayerFacade.h" |
Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool GetViewField
&40;
float & OutHorizontal,
float & OutVertical
&41; const
Remarks
Get the field of view. true on success, false if feature is not available or if field of view has never been set.
Parameters
Name | Description |
---|---|
OutHorizontal | Will contain the horizontal field of view. |
OutVertical | Will contain the vertical field of view. |