You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
warning V1043: A global object variable 'XYZ' is declared in the header. Multiple copies of it will be created in all translation units that include this header When we are 100% C++17, we could use the inline keyword instead of making things extern. #rb trivial #jira UE-91644 [CL 15048553 by Tim Smith in ue5-main branch]