You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Removal of includes to reduce transitive includes in high traffic headers to reduce compile times Highlights * Skeleton and BonePose not leaked out of commonly used animation headers * AudioComponent leaking out less * Brush not leaking Level.h (Brush is included indirectly a lot) * VertexStreamComponent moved to its own file so Components.h can include that instead of VertexFactory (which would leak out all of RHI and others) #preflight 6365dd15c53af2f47f8d8c40 #rb none [CL 23003402 by henrik karlsson in ue5-main branch]