UHeadMountedDisplayFunctionLibrary::GetVRFocusState

Returns current state of VR focus.

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayFunctionLibrary.h

Include

#include "HeadMountedDisplayFunctionLibrary.h"

Source

/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayFunctionLibrary.cpp

Syntax

static void GetVRFocusState
(
    bool & bUseFocus,
    bool & bHasFocus
)

Remarks

Returns current state of VR focus.

Parameters

Parameter

Description

bUseFocus

(out) if set to true, then this App does use VR focus.

bHasFocus

(out) if set to true, then this App currently has VR focus.

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