Peter Sauerbrei
938b1d20f9
fix for crash when starting up Tappy Chicken on iOS 6
...
UE-11804
#ios
[CL 2505688 by Peter Sauerbrei in Main branch]
2015-04-08 15:32:11 -04:00
Maciej Mroz
1f114d4193
SplitPin crashes when the structure doesn't exist anymore.
...
A part of: UE-11813 User crashes in UObject::SetLinker() during Ctrl+Z and other operations
#codereview Marc.Audy
[CL 2505678 by Maciej Mroz in Main branch]
2015-04-08 15:25:57 -04:00
Bob Tellez
a4e961016e
#UE4 Logs/Warnings/Errors from Blueprint compiles now include the name of the blueprint that emitted the event.
...
[CL 2505671 by Bob Tellez in Main branch]
2015-04-08 15:23:26 -04:00
Nick Darnell
f292119e39
UMG - Allowing access to the widget animations start and end time from blueprints.
...
#codereview Frank.Fella
[CL 2505669 by Nick Darnell in Main branch]
2015-04-08 15:20:27 -04:00
Matt Kuhlenschmidt
5a838120dc
Fix crash when setting the mobility property on scene components due to re-entrancy.
...
https://jira.ol.epicgames.net/browse/UE-13374
[CL 2505662 by Matt Kuhlenschmidt in Main branch]
2015-04-08 15:15:56 -04:00
Matt Kuhlenschmidt
fbfeb5e933
Add actor array to the property test object
...
[CL 2505659 by Matt Kuhlenschmidt in Main branch]
2015-04-08 15:14:41 -04:00
Zak Middleton
41c633253f
#ue4 - Clean up constness of local vars in ComponentSweepMulti().
...
[CL 2505656 by Zak Middleton in Main branch]
2015-04-08 15:12:58 -04:00
Nick Atamas
840f5522c0
Slate : fixed typo.
...
[CL 2505655 by Nick Atamas in Main branch]
2015-04-08 15:12:36 -04:00
Fred Kimberley
3561bb7571
Spot integration of CL 2504277.
...
Removed deprecated Duration variable and associated code from UGameplayEffect.
[CL 2505647 by Fred Kimberley in Main branch]
2015-04-08 15:10:23 -04:00
John Pollard
db9ddd6628
Fix teleporting actors after scrubbing in replays
...
[CL 2505641 by John Pollard in Main branch]
2015-04-08 15:07:37 -04:00
Nick Atamas
2a40509fdc
Slate : If the widget asking for mouse capture is completely gone (including the entire path to that widget) do not crash; ensure instead.
...
Thanks to https://github.com/Allar for pointing this one out and providing a fix.
[CL 2505639 by Nick Atamas in Main branch]
2015-04-08 15:07:20 -04:00
Nick Atamas
678594279f
Slate : Hittest grid no longer discards entire event path when a single widget in that path is broken. Instead, return a truncated path from root.
...
Fixes UE-13401.
[CL 2505635 by Nick Atamas in Main branch]
2015-04-08 15:06:23 -04:00
Ben Marsh
047f603f98
Don't submit stuff in the saved folder to Perforce in promotables.
...
[CL 2505631 by Ben Marsh in Main branch]
2015-04-08 15:05:30 -04:00
Rolando Caloca
ec31c08457
UE4 - Fix issue with > 75 bones on Metal (UE-13255)
...
[CL 2505630 by Rolando Caloca in Main branch]
2015-04-08 15:05:02 -04:00
John Pollard
4e9ea7ae11
Better logic used to jump to the end of live games, allows the initial load to settle down so that we can get a more fresh time to jump to
...
[CL 2505628 by John Pollard in Main branch]
2015-04-08 15:04:19 -04:00
Michael Schoell
7816e91096
Adding pins to macros and functions will correctly refresh the details panel.
...
#jira UE-13259 - Macro input/output variables not updating correctly
[CL 2505626 by Michael Schoell in Main branch]
2015-04-08 15:03:54 -04:00
John Pollard
3d25697f3a
When starting live replays, jump to as close as live as possible
...
[CL 2505621 by John Pollard in Main branch]
2015-04-08 15:02:20 -04:00
Zak Middleton
f372df1028
#ue4 - Check for valid shape before calculating expensive transforms for that shape in ComponentSweepMulti().
...
#codereview Ori.Cohen
[CL 2505615 by Zak Middleton in Main branch]
2015-04-08 15:00:42 -04:00
John Pollard
2360a98e7e
Pause replays as soon as we scrub
...
[CL 2505611 by John Pollard in Main branch]
2015-04-08 15:00:02 -04:00
Zachary EdgertonJones
41bb754e28
License for VHACD software
...
[CL 2505610 by Zachary EdgertonJones in Main branch]
2015-04-08 14:59:57 -04:00
Ben Cosh
0c31b23a92
Github integration request 991, Modifies Ctrl/Alt detection when dropping a variable into a blueprint so modifiers are detected at any time during the operation.
...
#UE-12948 - GitHub 991 : Detect Ctrl/Alt when dropping a Variable into a blueprint
#991
#Branch UE4
#Proj Kismet
[CL 2505608 by Ben Cosh in Main branch]
2015-04-08 14:59:12 -04:00
John Pollard
daeb8b6044
Show new scrubbing position immediately
...
[CL 2505604 by John Pollard in Main branch]
2015-04-08 14:58:40 -04:00
Marc Audy
9f6de8fbad
Possible crash resolution if the world is eliminated by seamless travel handler
...
[CL 2505598 by Marc Audy in Main branch]
2015-04-08 14:57:11 -04:00
Josh Markiewicz
237ddef76f
[AUTOMERGE]
...
#UE4 - fixed some comments in HandleNetworkFailureMessage
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2504013 by Josh.Markiewicz on 2015/04/07 13:18:19.
[CL 2505594 by Josh Markiewicz in Main branch]
2015-04-08 14:56:30 -04:00
Josh Markiewicz
cdafca6fae
[AUTOMERGE]
...
#UE4 - fixed issue where NotifyActorDestroyed was called on the wrong net driver for an actor
- needed for beacons and actor replication
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2504012 by Josh.Markiewicz on 2015/04/07 13:18:15.
[CL 2505592 by Josh Markiewicz in Main branch]
2015-04-08 14:56:28 -04:00