UniversalBars plugin: PEAK-style universal UMG bars
Procedural M_UI_UniversalBar material (SDF rounded-rect, fill/delayed/shield/ penalty-zones/stripes/segments/flash/pulse), 6 preset instances, animated UUniversalBarWidget + UUniversalHUDWidget + global UUniversalBarsSubsystem API, UUniversalBarsTheme DataAsset, and a ready WBP_HUD_InGame with zone-tracking status chips. See README.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
20
Source/UniversalBars/UniversalBars.Build.cs
Normal file
20
Source/UniversalBars/UniversalBars.Build.cs
Normal file
@ -0,0 +1,20 @@
|
||||
// Copyright IHY. Universal Bars plugin.
|
||||
using UnrealBuildTool;
|
||||
|
||||
public class UniversalBars : ModuleRules
|
||||
{
|
||||
public UniversalBars(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
|
||||
|
||||
PublicDependencyModuleNames.AddRange(new string[]
|
||||
{
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
"UMG",
|
||||
"SlateCore",
|
||||
"Slate"
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user