You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
1) UhtHeaderFile is no longer part of Outer chain for types. This makes the Outer chain match the engine. 2) UhtPackages can no longer be enumerated from UhtSession. 3) UhtModule has been added which can now be enumerated from UhtSession. UhtPackages and UhtHeaderFiles can be enumerated from each module. 4) UhtHeaderFile contains a complete list of all root level types found in the header. Those types can also be enumerated from the individual UhtPackages found in the module owning the header file. #rb Tim.Smith [CL 35735797 by tim smith in ue5-main branch]