#UE4 Asset registry tags are now excluded from builds unless they are added to the CookedTagsWhitelist which can be configured in BaseEngine.ini. For full backward compatability add +CookedTagsWhitelist=(Class=*,Tag=*), but it will bloat your memory usage.
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2642971 by Bob.Tellez on 2015/08/03 22:46:20.
[CL 2642973 by Bob Tellez in Main branch]
#jira UE-16415 - The origin of a BSP brush stays in place while youÆre editing the brush in Geometry mode, often leaving the origin (and default rotation point) floating off in space.
[CL 2634054 by Richard TalbotWatkin in Main branch]
#UE4 Made CPU/GPU perf index arrays configurable in Scalability.ini
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2622731 by Bob.Tellez on 2015/07/15 20:25:18.
[CL 2627566 by Bob Tellez in Main branch]
There is now a "Mesh Vertical Offset" on spline *control points* (to allow it to blend between different values along a spline). The old "Mesh Offest" on the segment mesh entry has been renamed "Center Adjust", as that's what it actually did and that behaviour is still useful.
[CL 2626109 by Gareth Martin in Main branch]
Add SpawnSoundLocation which returns an Audio Component
Add rotation to Play/Spawn Sound/Dialogue functions
Make dialogue gameplay statics play/spawn API consistent with sound and eliminate duplicate code
[CL 2620972 by Marc Audy in Main branch]
Callbacks can be setup to manually add other default nodes to a Blueprint.
Individual modules can also setup, in code, default events using FKismetEditorUtilities::RegisterAutoGeneratedDefaultEvent
#jira UE-17413 - Allow projects to add default events to ubergraphs
#jira UE-18055 - Let game modules customize default "ghost" nodes
#jira UE-12376 - Starting ghost nodes should be laid out in a meaningful order.
[CL 2620396 by Michael Schoell in Main branch]
Volume lighting sample computation is now multithreaded in Lightmass so it can't bottleneck the lighting build
[CL 2615814 by Daniel Wright in Main branch]
[UE-18227][UE-18185]
Restored changelist 2610237 (UE-16083).
Back out changelist 2611758.
#codereview Mike.Beach, Terence.Burns
[CL 2612142 by Maciej Mroz in Main branch]