Giriş - Hudhud Eklenti Yöneticisi
HudHud Plugins Manager
Plugin Catalog, Discovery & Ecosystem Hub for Unreal Engine (FREE)
Free plugin manager: visual catalog of HudHud Games plugins with install status, quick-launch, Fab links, and ecosystem discovery. 100% standalone.
Important Notes
- This plugin is FREE and serves as the central hub for the HudHud Games plugin ecosystem.
- Editor-only — does not ship in packaged builds, has zero runtime overhead.
- Contains a shared source library (HudHudShared) compiled directly into the module. No DLL exports, no UCLASS/USTRUCT reflected types in shared code — safe for multi-plugin coexistence.
- Version: 0.2.400 | Engine Version: 5.7.0 | C++ Source Files: 20 (11 headers, 8 sources, 1 build script) | Lines of Code: ~3,500
Özellikler
- Visual Plugin Catalog — beautiful dark-themed Plugin Manager window with plugin cards, descriptions, version info, developer details, and left/right panel layout
- Smart Status Badges — real-time Install (Enabled/Installed/Not Installed), Purchase (Purchased/Free/Not Purchased/Wishlist), and Dev Status (Released/Beta/Planned/In Development) badges
- One-Click Actions — quick-launch installed plugin panels, direct links to Documentation/Fab Marketplace/Support, open Fab page in Epic Games Launcher
- Runtime Plugin Discovery API — detect installed HudHud plugins via IPluginManager, query availability by name, version queries, zero compile-time coupling
- Cross-Plugin Widget Factory (IModularFeatures) — runtime widget embedding across DLL boundaries, producer/consumer pattern, used by AI Browser to embed AI Chat
- Zero External Dependencies — fully standalone, no dependency on any other plugin, other HudHud plugins do not depend on this either