You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Sebastian.Nordgren, Ryan.Hummer #rnx #preflight 636a63c063037c1026488d19 - We search the changelist description for '#preflight ???' and then open the appropriate page. - If no tag is found we will display a message to the user via a modal dialog so that they are aware that no page will be opened. - Refactored PreflightCommand.OpenUrl to be a public static method to avoid copy and pasting code. - Refactored PreflightCommand.GetUrl to move the extraction of the Horde server address to a public static method to improve code re-use. - The command will be added to P4 so that it can be used on pending and submitted changelists. [CL 23050223 by paul chipchase in ue5-main branch]