Generic Input System - Reusable Input Handling and Flexible Input Management.

YuewuDev - 代码插件 - 2024/05/15
尚未评分

Supercharged EnhancedInput with Reusable Input Handling, Animation-based Input Buffer, Simplified Input Management with GameplayTags, and more.

  • 支持的平台
  • 支持的引擎版本
    5.3 - 5.4
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Generic Input System(GIPS) , is a further enhancement of the EnhancedInput module of Unreal Engine, providing a simple and reusable way to respond to input events of EnhancedInput, and providing a set of mechanisms for more flexible management and use of input in games.

It supports development in both Blueprints and C++.

Make sure you have a basic understanding of GameplayTags and EnhancedInput before using the input system, this system just provides a more flexible and powerful way of using them.


Documentation: English 中文文档

ProvidedFiles: GoogleDrive 百度网盘

Support: Discord

技术细节

Features:

  • Fully support the EnhancedInput system, simplifying the process and workload required for processing inputs.
  • Provides an InputSystemComponent for input setup and management.
  • Offers a series of built-in InputProcessors to handle common game inputs such as movement and camera control. It also provides a simple API for creating custom input processors based on your needs.
  • Features an animation-based input buffer system, allowing you to save your input at any point during animation playback and trigger it at the appropriate moment.
  • Configuring and managing inputs in the form of InputTags greatly simplifies the complexity of development by allowing the use of GameplayTags to handle the determination of input logic (like GAS) without having to write a lot of If/Else statements.


Code Modules:

  •  GenericInputSystem(Runtime)


Number of Blueprints: 10+ (Resuable input processors, sample content etc.)

Number of C++ Classes: 10

Network Replicated: Yes

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64,Android,Linux

Important/Additional Notes: Learn more about my product here.