Skip to content

Commit 30e8046

Browse files
committed
Add missing category to UPROPERTY
1 parent d846363 commit 30e8046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/BetaHubBugReporter/Public/BH_GameInstanceSubsystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ class BETAHUBBUGREPORTER_API UBH_GameInstanceSubsystem : public UGameInstanceSub
1616
virtual void Deinitialize() override;
1717

1818
protected:
19-
UPROPERTY(BlueprintReadOnly, Transient)
19+
UPROPERTY(BlueprintReadOnly, Transient, Category = "BetaHub")
2020
TObjectPtr<UBH_Manager> Manager = nullptr;
2121
};

0 commit comments

Comments
 (0)