Core: Document MultiLine property metadata (for FString and FText, indicates that editors should allow multiple lines of text to be entered)
[CL 2436766 by Matthew Griffin in Main branch]
Forcing blueprint components earlier in Export loading (so they don't get created during class serialization).
#codereview Robert.Manuszewski, Nick.Whiting
[CL 2433396 by Matthew Griffin in Main branch]
It was actually a bug in hot-reloaded exposed when someone was trying to get static class of hot-reloaded type, which was happening for vtable ptr retrieval as it needs to create an object. Now first all classes are registered and then vtable ptrs are updated.
[CL 2433051 by Jaroslaw Palczynski in Main branch]
Merging using UE4-To-UE4-LauncherDev
DebugIsClassChildOf must be exported by CoreUObject, because it is used in the new NewObject template function.
#CodeReview: Mikolaj.Sieluzycki
[CL 2430933 by Max Preussner in Main branch]
UE-8228 Assert in ConstructObject occurred after hitting Play in viewport in tracetest
Pending-Kill objects are not duplicated.
#codereview Robert.Manuszewski
[CL 2425723 by Ben Marsh in Main branch]
- Fixes components in derived blueprints not inheriting default values from their parent blueprint.
Jira UE-7987, UE-4964
[CL 2423991 by Zak Middleton in Main branch]
- Temporarily (until 4.8) deleting the bad Engine/Config/NoRedist/BaseEngine.ini that was being created because of the above problem
#codereview jamie.dale,terence.burns
[CL 2423949 by Josh Adams in Main branch]
Write old UE3 Version out again so that older versions of the engine can identify them as incompatible without crashing.
[CL 2423894 by Marc Audy in Main branch]