BugReportWidgetDepth set to 10000 as a default.
This commit is contained in:
parent
b7ed005020
commit
7b608bb201
@ -41,7 +41,7 @@ public:
|
|||||||
FString DefaultStatus;
|
FString DefaultStatus;
|
||||||
// The viewport depth of the bug report interface widget.
|
// The viewport depth of the bug report interface widget.
|
||||||
UPROPERTY(Config, EditDefaultsOnly, BlueprintReadOnly, Category="Reporting")
|
UPROPERTY(Config, EditDefaultsOnly, BlueprintReadOnly, Category="Reporting")
|
||||||
int32 BugReportWidgetDepth = 0;
|
int32 BugReportWidgetDepth = 10000;
|
||||||
// The Bugzilla server where bugs will be posted.
|
// The Bugzilla server where bugs will be posted.
|
||||||
UPROPERTY(Config, EditDefaultsOnly, BlueprintReadOnly, Category="Reporting|Bugzilla", meta=(DisplayName="Server"))
|
UPROPERTY(Config, EditDefaultsOnly, BlueprintReadOnly, Category="Reporting|Bugzilla", meta=(DisplayName="Server"))
|
||||||
FString BugzillaSubmissionServer;
|
FString BugzillaSubmissionServer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user