FMediaPlayerFacade::GetViewField

Get the field of view.

Choose your operating system:

Windows

macOS

Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h

Include

#include "MediaPlayerFacade.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp

Syntax

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