CoreAIPulse

v1.0.0
Linux
Android
Mac
UE 5.3
UE 5.5
UE 5.4

Frequently Asked Questions

Yes, comprehensive docs and examples are included.

Yes, every major feature is exposed to Blueprints through custom nodes and function libraries. You can build complete gameplay systems without writing a single line of C++ code.

Yes, dedicated server builds are fully supported and tested.

We offer multiple support channels. All customers can submit tickets through our support portal with a typical response time of 24-48 hours. Pro plan customers receive priority support with a guaranteed 12-hour response time and direct access to our engineering team. We also maintain an active community Discord server where you can ask questions, share tips, and connect with other developers using the plugin. For critical production issues, Pro customers can use our emergency escalation process for same-day assistance.

No, UE5.3+ only.

We support all major desktop platforms (Windows, macOS, Linux) and current-generation consoles (PlayStation 5, Xbox Series X/S, Nintendo Switch). Mobile platform support (iOS and Android) is available for select features. Console platform builds require that you have the appropriate platform SDK and a registered developer account with the hardware manufacturer. Each platform is tested independently in our CI pipeline to ensure consistent behavior across all targets.

Download the plugin archive from your account dashboard, extract it into your project Plugins folder, and regenerate your project files. Detailed step-by-step installation instructions are available in the documentation.

Yes, multiplayer is a first-class feature. All gameplay-relevant properties are replicated using Unreal Engine's property replication system with proper conditions (COND_OwnerOnly, COND_SkipOwner, etc.). Server and client RPCs are implemented for every action that requires authority validation. The plugin supports both dedicated server and listen server topologies. We also handle client-side prediction and server reconciliation for latency-sensitive features. Our networking implementation has been tested with up to 64 concurrent players and follows all recommended practices from Epic's networking documentation.

We do not offer a trial version at this time. However, our 14-day refund policy allows you to evaluate the plugin risk-free. The documentation also includes detailed feature descriptions and code examples.

Performance is a core design priority. All runtime-critical code paths are implemented in pure C++ with zero Blueprint VM overhead. Memory allocations are minimized through object pooling and pre-allocation. The plugin integrates with Unreal Insights and includes custom stat groups so you can measure exact CPU and memory costs per feature. In our benchmarks, the plugin adds less than 0.5ms per frame on a mid-range desktop GPU. We also provide configuration options to disable features you do not need, further reducing overhead. Every release includes performance regression tests to ensure we never ship a slower version.

Yes, no special configuration is required.

Licensing

Two tiers. One payment. No surprises.

Lifetime license. Buy once, ship forever.

Indie

$49.99 / once
  • Full C++ source code
  • Lifetime engine-version updates

Pro

$149.99 / once
  • Full C++ source code
  • Lifetime engine-version updates
  • Private GitHub repo access

More plugins

View all