Files
UnrealEngineUWP/Engine/Config/ConfigRedirects.ini
lorry li 9aa4ccd942 Add support to deprecate when move key to another section in the same .ini config file.
[REVIEW] [at]josh.adams [at]ben.zeigler
#rb [at]josh.adams
#preflight 63f394fd52460c3a1f360262

[CL 24322807 by lorry li in ue5-main branch]
2023-02-20 15:35:29 -05:00

53 lines
2.1 KiB
INI

;; This file contains a list of remaps/redirects for config file Sections and Keys, so Epic can make changes
;; to the Engine without breaking licensee .ini files.
;;
;; The config system will remap the names on load, so any saving will use the new names, but with .ini files
;; often being checked into source control, and ini saving can be differential against sections in other files,
;; it's safest to have a human fixup the ini files.
;;
;; To that end, any remaps that happen will be Warnings in C# utilites, C++ console commands, and in the Editor Message Log.
;;
;; The main intention of this file is to allow Epic to change section/key names without breaking licensee config files. So,
;; it's not expected that licensees would need to modify this file - instead, licensees can fix up their config files directly
;; instead of modifying a config file like this one.
;;
;; This first section contains a list of section names to be remapped. All other sections are the name of a section that contains
;; one of more keys to remap/redirect, followed up the old and new name of the keys to remap
[SectionNameRemap]
;OldSection=NewSection
; Fix for TextureLODSettings defaults not allowing DeviceProfile parent settings from working (with TextureLODGroups)
/Script/Engine.TextureLODSettings=GlobalDefaults DeviceProfile
;; This will look in sections named [Staging] and remap WhitelistConfigFiles to AllowedConfigFiles, etc
[Staging]
WhitelistConfigFiles=AllowedConfigFiles
BlacklistConfigFiles=DisallowedConfigFiles
WhitelistDirectories=AllowedDirectories
BlacklistLocalizationTargets=DisallowedLocalizationTargets
[/Script/UnrealEd.ProjectPackagingSettings]
IniKeyBlacklist=IniKeyDenylist
IniSectionBlacklist=IniSectionDenylist
[/Script/Engine.RPCDoSDetectionConfig]
RPCBlockWhitelist=RPCBlockAllowlist
[LwsWebSocket]
bDisableDomainWhitelist=bDisableDomainAllowlist
[WinHttpWebSocket]
bDisableDomainWhitelist=bDisableDomainAllowlist
[OnlineServices.EOS]
EncryptionKey=ClientEncryptionKey
[EOSVoiceChat]
EncryptionKey=ClientEncryptionKey
[/Script/OnlineSubsystemEOS.EOSSettings]
EncryptionKey=ClientEncryptionKey
[HTTP]
AllowedDomains=Online.HttpManager https:AllowedDomains