BugReportWidgetDepth set to 10000 as a default.

This commit is contained in:
Jamie Greunbaum 2023-04-02 01:35:49 -04:00
parent b7ed005020
commit 7b608bb201

View File

@ -41,7 +41,7 @@ public:
FString DefaultStatus;
// The viewport depth of the bug report interface widget.
UPROPERTY(Config, EditDefaultsOnly, BlueprintReadOnly, Category="Reporting")
int32 BugReportWidgetDepth = 0;
int32 BugReportWidgetDepth = 10000;
// The Bugzilla server where bugs will be posted.
UPROPERTY(Config, EditDefaultsOnly, BlueprintReadOnly, Category="Reporting|Bugzilla", meta=(DisplayName="Server"))
FString BugzillaSubmissionServer;