You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#change Bumped UObject version. #change Modified UClass::Serialize() to skip over serialization of the Interfaces array until after the Link() step. This ensures that Interface class serialization will not interrupt serialization of classes that might potentially also implement the interface. #add Added test case assets to QAGame. [CL 2061497 by Phillip Kavan in Main branch]