UHeadMountedDisplayFunctionLibrary::EnableHMD

Switches to/from using HMD and stereo rendering.

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 bool EnableHMD
(
    bool bEnable
)

Remarks

Switches to/from using HMD and stereo rendering.

Returns

(Boolean) True, if the request was successful.

Parameters

Parameter

Description

bEnable

(in) 'true' to enable HMD / stereo; 'false' otherwise

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