Files
UnrealEngine/Engine/Plugins/MetaHuman/MetaHumanSDK/Config/BaseMetaHumanSDK.ini
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

19 lines
1.3 KiB
INI

[/Script/MetaHumanSDKEditor.MetaHumanSDKSettings]
VersionServiceBaseUrl = "https://metahuman-versioning.ucs.on.epicgames.com"
[/Script/MetaHumanSDKEditor.MetaHumanCloudServicesSettings]
TextureSynthesisServiceUrl = "https://mh-texture-synthesis-service.eeeb.live.use1a.on.epicgames.com"
AutorigServiceUrl = "https://mh-uemhc-autorig-service.eeeb.live.use1a.on.epicgames.com/v1/autorigs"
ServiceEnvironment = Production
ProdEosConstants = (ProductId="4f96de1c53a5447286140dfadc531909", SandboxId="56ebfb981e2c45439be6fc5cdca5a5f9", DeploymentId="c9637d8badcd44c9a311d267b5dc1eb4", ClientCredentialsId="xyza7891Vvenk5Y4gTqAtlR68CLCxlQa", ClientCredentialsSecret="Z3zvMPRk021gAi32VOJvXRy4z7LEUm9s7M5yej4KZwU")
Timeout = 300
RetryCount = 3
AuthTimeout = 90.0
AuthPollInterval = 0.25
LongPollTimeout = 10.0
[CoreRedirects]
; Module rename
+StructRedirects = (OldName="/Script/MetaHumanRuntime.MetaHumanCustomizableBodyPart", NewName="/Script/MetaHumanSDKRuntime.MetaHumanCustomizableBodyPart")
+StructRedirects = (OldName="/Script/MetaHumanEditor.FMetaHumansVerificationOptions", NewName="/Script/MetaHumanEditor.FMetaHumanVerificationOptions")
+ClassRedirects = (OldName="/Script/MetaHumanRuntime.MetaHumanComponentBase", NewName="/Script/MetaHumanSDKRuntime.MetaHumanComponentBase")