スポットライト セール:9月16日まで一部のプラグインが 50%オフで購入できます。

Input Live Recorder

1
5 つ星のうち 5 個(1 個の評価)
  • 100%
  • 0%
  • 0%
  • 0%
  • 0%

Input Live Recorder allows user to record, save and use Input Combos for Action Games

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.2 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。
INPUT LIVE RECORDER


1 MIN OVERVIEW

10 MIN TUTORIAL


Input Live Recorder allows user to record, save and use Input Action combos for action games.


[IMPORTANT]

Both KEYBOARD and GAMEPAD are supported!


RECORDING AND SAVING:
  • Go to Tools
  • Click on Input Live Recorder
  • Record Input Action combos
  • Click on Save session to save recorded Input Action combos to Input Live Session asset


[IMPORTANT]

Input can be recorded during gameplay!


USING:
  • Add Input Llive Component to your player controller class (in C++ or BP)
  • Bind to [OnInputLiveCallback] event of Input Llive Component to setup callback logic
  • Add Input Action events and register their events with Input Llive Component
  • Add all Input Live Session assets needed to [Sessions] property of Input Llive Component
  • Enjoy!


BONUS!
  • Interactive Input Live Virtual Keyboard
  • Interactive Input Live Virtual Joystick


SUPPORT/FEEDBACK

CHECK OTHER PLUGINS BY US

_____________________________________________________________________________________________


TECHNICAL NOTES:
  • If it is needed to FILTER some values for Input Action create subclass of Input Live Action Filter class, customize its [IsAccepted] method and add this subclass to [FilterCollections] property of Input Live Session asset
  • If it is needed to MODIFY some values for Input Action (scaling, sampling, etc) create subclass of Input Live Action Modifier class, customize its [ModifyInputActionValue] method and add this subclass to [ModifierCollections] property of Input Live Session asset

テクニカルノート

Features:

  • Allows user to record Input Action combos via Input Live Recorder
  • Allows user to save Input Action combos via Input Live Session assets
  • Allows user to use Input Action combos via Input Live Component

Code Modules:

  • InputLiveRecorder [Runtime]
  • InputLiveRecorderEditor [Editor]

Number of Blueprints: 24

Number of C++ Classes: 38

Network Replicated: No

Supported Development Platforms: Win64, Mac

Supported Target Build Platforms: Win64, Mac

Documentation: see full description above

Example Project: see plugin Content folder

Important/Additional Notes: