You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
CbSerializer.RegisterConverterFactory() allows registering factories that can create custom CbConverter instances for different types. Move tagged-property IL generation into its own converter factory (CbDefaultConverterFactory). Add custom converters for list and dictionary types. [CL 17008251 by Ben Marsh in ue5-main branch]