You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
1. A project can override the default value in that project's DefaultEditorSettings.ini 2. A user can indicate they don't want to see the dialog in the future, and thata setting is persisted to the user's editor settings file If the setting indicates (either through defaults or user choice) that the acknowledgement dialog can be skipped, then unattended operations (eg: commandlets like cook etc..) are permitted to attempt interactive login by launching the browser. If the browser login succeeds within a fixed timespan (30 seconds), then the unattended operation can proceed having successfully obtained an oidc token. If the browser login hasn't succeeded in the fixed timespan, then the unanttended operation will proceed but will have failed to obtain an oidc token. In neither case do we block indefinitely on completion of browser login to obtain an oidc token. #rb joakim.lindqvist [FYI] stefan.boberg #jira UE-191803 [CL 27177449 by zousar shaker in ue5-main branch]