UProgressBarCostsOverlay¶
#include <ProgressBarCostsOverlay.h>
Inherits from UProgressBar
Public Functions¶
| Name | |
|---|---|
| UMaterialInstanceDynamic * | GetFillDynamicMaterial() |
| void | SetDamageFillColorAndOpacity(FLinearColor InColor) |
| void | SetOverlayFillColorAndOpacity(FLinearColor InColor) |
| void | SetOverlayPercent(float InOverlayPercent) |
| UProgressBarCostsOverlay() |
Public Attributes¶
| Name | |
|---|---|
| FSlateColor | DamageFillColorAndOpacity |
| UWidget::FGetSlateColor | DamageFillColorAndOpacityDelegate |
| FSlateBrush | DamageFillImage |
| float | DamageLingerTime |
| float | DamageRemovedPerSecond |
| FSlateColor | OverlayFillColorAndOpacity |
| UWidget::FGetSlateColor | OverlayFillColorAndOpacityDelegate |
| FSlateBrush | OverlayFillImage |
| float | OverlayPercent |
| UWidget::FGetFloat | OverlayPercentDelegate |
Updated on 2025-01-21 at 09:02:24 +0100