IOculusInputModule

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OculusInput

Header

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusInput/Public/IOculusInputModule.h

Include

#include "IOculusInputModule.h"

Syntax

class IOculusInputModule : public IInputDeviceModule

Remarks

The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.

Functions

Name Description

Public function Static

IOculusInput...

 

Get()

Singleton-like access to this module's interface.

Public function Const

uint32

 

GetNumberOfTouchControllers()

Gets the number of Touch controllers that are active, so that games that require them can check to make sure they're present

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

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