You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Convert FAutoCompleteCommand to an aggregate type by removing it's default constructor. Use a default member initializer for Color instead. - This allows FAutoCompleteCommand to be aggregate initialized (with designated initializers too if the compiler supports it) [CL 31764398 by nick edwards in 5.4 branch]