IHeadMountedDisplayModule::IsAvailable

Checks to see if there exists a module registered as an HMD.

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

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

Include

#include "IHeadMountedDisplayModule.h"

Syntax

static bool IsAvailable()

Remarks

Checks to see if there exists a module registered as an HMD. It is only valid to call Get() if IsAvailable() returns true.

Returns

True if there exists a module registered as an HMD.

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