Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildTool/System/XmlConfigFileAttribute.cs
jonathan adamczewski dadd358705 UnrealBuildTool: Add support for deprecating an xml config option
Example code:

	[XmlConfigFile(Deprecated = true, NewAttributeName = "PrimaryProjectName")]
	protected string MasterProjectName = "UE5";


Example output:

WARNING: Deprecated setting found in "/Users/jonathan.adamczewski/.config/Unreal Engine/UnrealBuildTool/BuildConfiguration.xml":
WARNING: The setting "MasterProjectName" is deprecated. Support for this setting will be removed in a future version of Unreal Engine.
WARNING: Use "PrimaryProjectName" in place of "MasterProjectName"
The value provided for "MasterProjectName" will be applied to "PrimaryProjectName"


#jira none

[CL 17680559 by jonathan adamczewski in ue5-main branch]
2021-09-30 13:52:01 -04:00

1.2 KiB