PulseCore Unreal Engine Plugin

This documentation describes the current codebase implementation of the PulseCore plugin (VersionName: 1.2.0 in PulseCore.uplugin), with a focus on:

  1. The Interaction System (PulseAbility module)
  2. The HUD System (PulseHUD module)

The plugin is split into these modules:

  • PulseGameCore (runtime)
  • PulseAbility (runtime)
  • PulseHUD (runtime)
  • PulseEditor (editor)
  • PulseUncookedOnly (uncooked-only tooling)

Documentation structure

Scope and accuracy

This documentation is based on the current classes, interfaces, enums, tags, settings, and runtime flow found in the plugin source under Source/.
No undocumented or speculative features are introduced here.


PulseCore plugin documentation.

This site uses Just the Docs, a documentation theme for Jekyll.