You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
HTML5 - updating deprecation messaging
#jira UE-76520 HTML5 needs to be marked as to be deprecated in 4.23 #rb none #rnx #ROBOMERGE-SOURCE: CL 7935058 in //UE4/Release-4.23/... #ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v391-7919777) [CL 7935808 by nick shin in Main branch]
This commit is contained in:
@@ -72,7 +72,8 @@ class HTML5DeprecationBanner : public SCompoundWidget
|
||||
.ShadowColorAndOpacity(FLinearColor::Black)
|
||||
.ShadowOffset(FVector2D::UnitVector)
|
||||
.Text(LOCTEXT("HTML5DeprecatedPlatformMessageText",
|
||||
"The HTML5 platform will be migrated from:\n\tan officially supported (integrated) platform,\nand be moved to:\n\tas a community supported (plugin) platform."))
|
||||
"HTML5 platform support will be migrated to GitHub as a community-supported Platform Extension and no longer officially supported by Epic in upcoming releases."))
|
||||
.AutoWrapText(true)
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user