C++ lock on system plugin

Kiirsh.Dev - 代码插件 - 2024/03/26

This C++ plugin provides a great start for a souls-inspired game that requires advanced lock-on system with souls-inspired camera movement and player controller.

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

This plugin includes a C++ PlayerCharacter class that contains souls inspired lock on system, camera movement and player movement. PlayerCharacter locks on to "LockOnActors" that can be placed inside any enemies and other actors as child actors. This plugin also contains: lock on widget, custom animations, custom character mesh, map for testing the plugin, link to the c++ explanation, setup guide and blender files for customization.

技术细节

Features:

  •  Dynamic lock on system written in C++
  •  Really quick and simple setup. (link below)
  •  Enemies can easily have multiple target points
  • Custom camera movement system written in C++
  • Character movement written in C++
  • Custom Animations, Meshes and Animation blueprint

Code Modules:

  •  LockOnSystem (Type: Runtime, LoadingPhase: Default, Platforms: Win64, Android)

Playable Demo Link: https://kiirsh.itch.io/souls-inspired-template-demo

Number of Blueprints: 9

Number of C++ Classes: 3

Network Replicated: No

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows, Android

Documentation: Users can fine link to a MEGA folder inside any of the C++ classes

Link to a Setup Guide: https://mega.nz/folder/tvlgALgZ#hrjFUoJza3qL3ekmBQZQNA

Important/Additional Notes: