JCSUE is a general speed components library. JCSUE help out people who have trouble making script/component over and over agian in variety of different project. This library provide many scripted game mechanics. With those combination of scripts/components could generate enormous variety of different behaviour.
Here is the list of few important and recent changes to this plugin.
0.0.1
- First test release version for testing purpose.
You need to download the plugin from relese tag like the latest relese
here. You can unzip the plugin
and just drop it into your project's plugins folder, e.g. YourProject/Plugins/
.
Edit your project's YourProject.Build.cs
file located at Source/YourProject/YourProject.Build.cs
by adding JCSUE_Plugin
to your PublicDependencyModuleNames
array. Like,
PublicDependencyModuleNames.AddRange(new string[] { ..., "JCSUE_Plugin" });
Then you should able to compile your project without any hassle!
- Manual/Scripting API : Scripting-Manual-JCSUE
- N/A