Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaView
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaView.h |
| Include | #include "IMediaView.h" |
virtual 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. |