You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
-it will always be false if bAuthorizeAutomaticWidgetVariableCreation is false. -it will take the setting of the widget it bAuthorizeAutomaticWidgetVariableCreation is true. The setting is set to true for existing projects (it keeps the current behavior), but will be set to false for new project. It can be changed any time, and will only affects the new Widgets that will be created. tests: -drag n drop various new Widgets, changed value of the general setting on the fly: the IsVariable value respected the setting. -PIE Lyra game, all blueprints compiles fine and various tested menus / HUD are ok. -opened a project of current version, or older project converted in place: new setting is true. -created a new project: setting is set to false. #jira UE-152160 #rb patrick.boutot #preflight 6357ecd3f92c3250244311b9 [CL 22750497 by yohann dossantos in ue5-main branch]