Status: Early Development
Platform: Unreal Engine
Marketplace: FAB Marketplace
Pulse Core is a modular, lightweight plugin for Unreal Engine designed to help developers build gameplay mechanics faster and more efficiently. It provides a growing set of utility functions and systems that are useful across a wide variety of game genres and project scopes.
It’s built with both Blueprint and C++ developers in mind — most features are available in both environments, and many C++ versions include additional advanced options.
🔁 Extended Array Wildcards
Perform dynamic operations across different array types with Blueprint-friendly logic.
All traces (line, sphere, multi, etc.) are handled through a shared struct that simplifies interaction and reduces redundancy.
A set of helpful functions to generate points, perform spatial calculations, manage directions, and more.
🎲 Weighted Random Selection
A custom struct-based system for easy weighted random choices — fully usable in Blueprint and extended in C++.
→ Details and usage examples are available in the Documentation.
All Blueprint functions are mirrored in C++, often with additional parameters or extended functionality for deeper control.
Pulse Core is not just a toolbox — it's a long-term plugin built to grow alongside modern game development needs.
Whether you're prototyping or building production-ready systems, Pulse Core aims to:
Speed up development with ready-to-use utilities
Reduce redundant logic
Offer reusable solutions that scale
Support both solo devs and teams
It’s designed to support everything from singleplayer mechanics to multiplayer gameplay flow.
🧭 Roadmap – What’s Coming Next?
Here’s an overview of planned features and upcoming improvements for Pulse Core:
🧩 External Integrations (Coming as Separate Plugins)
We plan to release free companion plugins that extend Pulse Core functionality to popular platforms:
Steam Extension Plugin
Includes Blueprint/C++ support for achievements, player stats, and more
(Requires Steamworks SDK; built on top of Pulse Core)
Epic Online Services (EOS) Extension Plugin
Adds support for achievements, stats, presence, etc. using EOS
(Free plugin, dependent on Pulse Core features)
Pulse Core is:
Built exclusively for Unreal Engine
Sold on the FAB Marketplace
Updated continuously based on: