added commission tracker to HUD

This commit is contained in:
2026-06-07 20:14:03 +03:00
parent 61d5a57d8d
commit 96392cd451
43 changed files with 199 additions and 38 deletions
@@ -48,7 +48,8 @@ private:
UPROPERTY(meta = (BindWidget))
TObjectPtr<UCommonTextBlock> DescriptionText;
UPROPERTY(meta = (BindWidget))
// Optional so display-only hosts (e.g. the HUD commission tracker) can reuse this row without a button.
UPROPERTY(meta = (BindWidgetOptional))
TObjectPtr<UButton> AcceptButton;
UPROPERTY(meta = (BindWidgetOptional))