IMediaView::GetViewField

Get the field of view.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaView.h

Include

#include "IMediaView.h"

Syntax

virtual bool GetViewField
(
    float & OutHorizontal,
    float & OutVertical
) const

Remarks

Get the field of view.

Returns

true on success, false if feature is not available or if field of view has never been set.

Parameters

Parameter

Description

OutHorizontal

Will contain the horizontal field of view.

OutVertical

Will contain the vertical field of view.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss