You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UE-13389 - Project Settings typo: "OSVersion" instead of "OS Version"
I've updated the DisplayName for this property in it's uproperty meta data. Category, also, now has a relevant space. [CL 2506615 by Terence Burns in Main branch]
This commit is contained in:
committed by
Terence.Burns@epicgames.com
parent
bfd53d64ac
commit
9cc5b9d6c1
+1
-1
@@ -36,6 +36,6 @@ public:
|
||||
/**
|
||||
* Determine the minimum supported
|
||||
*/
|
||||
UPROPERTY(EditAnywhere, config, Category=OSInfo)
|
||||
UPROPERTY(EditAnywhere, config, Category="OS Info", Meta=(DisplayName = "Minimum OS Version"))
|
||||
TEnumAsByte<EMinimumSupportedOS> MinimumOSVersion;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user