WBP_ListFleetsBox to make it larger, and to allow sizing changes

This commit is contained in:
Norman Lansing
2026-03-18 06:58:22 -04:00
parent d9eb52c047
commit acc105c84d
3 changed files with 1 additions and 1 deletions

View File

@@ -18,6 +18,6 @@ class DEDICATEDSERVERS_API UFleetId : public UUserWidget
public:
UPROPERTY(meta = (BindWidget))
UPROPERTY(meta = (BindWidget), BlueprintReadWrite)
TObjectPtr<UTextBlock> TextBlock_FleetId;
};