Add BP API to SplineComponent for getting num points, moving existing points, finding location/tangent at a point
Add BP API to SplineMeshComponent for setting scale/roll/offset
Remove SplineMeshComponent.h from Engine.h
#codereview gareth.martin
[CL 2095787 by James Golding in Main branch]
Including a redirect for old Blueprint uses to the new one in BaseEngine.ini
Didn't change UPointLight::SetRadius because that function is deprecated anyway.
#codereview Nick.Penwarden
[CL 2092844 by Joe Conley in Main branch]
- merged over from Fortnite branch
- includes adjusting all game projects that use AI code
- contains a nasty AIModule <-> Engine circular dependency. To be removed ASAP
[CL 2085468 by Mieszko Zielinski in Main branch]
Changed API functions around force & impulse accumulation to be more in-line with physics-based counterparts.
reviewed by Zak.Middleton
[CL 2072673 by Thomas Sarkanen in Main branch]
User can now select target RHI's for windows under: Edit->Project Preferences->Windows->Targeted RHIs
Split up GetShaderFormats into GetAllPossibleShaderFormats and GetAllTargetedShaderFormats.
D3D11 and D3D10 remain the only two on, by default, for windows.
#ReviewedBy Nick.Penwarden
[CL 2068025 by Terence Burns in Main branch]
* Replaces Destroyed in Blueprints
* Provides an opportunity to respond to any time an Actor is being removed from a world, be it due to destruction, level transition, sublevel streamed out, or ending a PIE session.
[CL 2065783 by Marc Audy in Main branch]
- Added program-only plugin support and made UHT script plugin aware
- Added 3 generic script plugins with experimental Lua integration: ScriptGeneratorPlugin (UHT), ScriptPlugin (Engine), ScriptEditorPlugin (Editor-side)
- Lua integration is disabled by default
[CL 2058611 by Robert Manuszewski in Main branch]
Refactored out some bits as a separate module (IPC).
Old code (mostly) killed.
Still doesn't do much.
#codereview Ivan.Horvath
[CL 2055847 by Dmitry Rekman in Main branch]
Merging //depot/Partners/Zombie/UE4-iOS/... to //depot/UE4/...
Milestone 1 and 2 combined (CL# 2047358 to 2055524)
-Run external tools
-Repeat tests N times
-Visual difference for editor vs game tests
-Static mesh UV test
-Editor window screenshots
-Automation test presets
-Static mesh editor test
[CL 2055603 by kevin hamilton in Main branch]