IInputDeviceModule

The public interface of the InputDeviceModule

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InputDevice

Header

/Engine/Source/Runtime/InputDevice/Public/IInputDeviceModule.h

Include

#include "IInputDeviceModule.h"

Syntax

class IInputDeviceModule :
    public IModuleInterface,
    public IModularFeature

Remarks

The public interface of the InputDeviceModule

Functions

Name Description

Public function

TSharedPtr< ...

 

CreateInputDevice

(
    const TSharedRef< FGenericApplicati...
)

Attempts to create a new head tracking device interface

Public function Static

IInputDevice...

 

Get()

Singleton-like access to IInputDeviceModule

Public function Static

FName

 

GetModularFeatureName()

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

StartupModule()

Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule.

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