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:
- The Interaction System (
PulseAbilitymodule) - The HUD System (
PulseHUDmodule)
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.