Show / Hide Table of Contents

    FUXToolsInputModule

    Module for XR input handling.

    Note: Input mappings should be generated in the PostEngineInit loading phase, which is why a separate input module is required. This is because we need to be sure that all input keys have been registered before trying to create mappings.

    class FUXToolsInputModule;
    

    Inheritance

    Inherits from IModuleInterface

    Public Functions

    Name
    virtual void StartupModule() override
    virtual void ShutdownModule() override

    Public Functions Documentation

    function StartupModule

    inline virtual void StartupModule() override
    

    IModuleInterface implementation

    function ShutdownModule

    inline virtual void ShutdownModule() override
    

    Updated on 19 August 2021 at 17:42:51 Coordinated Universal Time

    • Improve this Doc
    Back to top Generated by DocFX