IMediaView::SetViewFocusField

Set the view's focused field of view.

Windows
MacOS
Linux

References

Module

Media

Header

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

Include

#include "IMediaView.h"

Syntax

virtual bool SetViewFocusField
(
    float Horizontal,
    float Vertical
)

Remarks

Set the view's focused field of view.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Horizontal

Horizontal field of view (in Euler degrees).

Vertical

Vertical field of view (in Euler degrees).

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