스포트라이트세일: 9 월9 일오후10 시59 분까지엄선된블루프린트를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
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.
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 Keyboard Actor that can be synced with actual input
  • Interactive Gamepad Actor that can be synced with actual input


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: