Features:
- Easy-to-use ability system for implementing time manipulation mechanics in your game
- Customizable time dilation effects for slowing down, speeding up, pausing, time
- Fully modular and plug-and-play architecture for easy integration into your project
Code Modules:
- Time Manipulation Ability Plugin
Number of C++ Classes: 2
Network Replicated: No
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows
Documentation: Quickstart Guide
Important/Additional Notes: This is a feature plugin , and therefore has a different installation path from other plugins installed from the Marketplace. You must move the plugin from the default path similar to “C:\Program Files\Epic Games\UE_5.2\Engine\Plugins\Marketplace\Plugin”, and into your project’s directory: “ProjectName/Plugins/GameFeatures/”. Please reach out if you experience any issues.
特征:
- 易于使用的能力系统,用于在游戏中实现时间操纵机制
- 可定制的时间扩张效果,用于减慢,加速,暂停,时间
- 完全模块化和即插即用的架构,可轻松集成到您的项目中
代码模块:
- 时间操纵能力插件
C++类数:2
网络复制:没有
支持的开发平台:Windows
支持的目标构建平台:Windows
文件: 快速入门指南
重要/附加说明:这是一个 功能插件 ,因此具有与从Marketplace安装的其他插件不同的安装路径。 您必须将插件从类似于”的默认路径中移动C:\Program Files\Epic Games\UE_5.2\Engine\Plugins\Marketplace\Plugin”,并进入项目目录: “项目名称/插件/GameFeatures/”. 如果您遇到任何问题,请联系。
The Time Manipulation Ability plugin is a Gameplay Ability Feature plugin implemented in C++. It provides a toolset for implementing time manipulation mechanics into your current or next project. With this plugin, you can give actor’s the ability to control time.
时间操纵能力插件是一个用C++实现的游戏能力特性插件. 它提供了一个工具集,用于在当前或下一个项目中实现时间操纵机制。 有了这个插件,你可以给actor的控制时间的能力。
评论(0)