Commit Graph

15 Commits

Author SHA1 Message Date
Matthew Griffin
bb70b349ce Merging CL 2804086 from //UE4/Release-4.11 to Dev-Main (//UE4/Dev-Main) to isolate copyright update
#lockdown Nick.Penwarden

[CL 2819020 by Matthew Griffin in Main branch]
2016-01-07 08:17:16 -05:00
Ben Zeigler
c2a25b2c11 #UE4 Fix UE-20879
Fix BlendListByEnum to properly handle enum redirectors. It now fixes up the visible enum names on load
Fix several k2 nodes that weren't calling Super::PostReconstructNode correctly, this was causing enum references in them to not get fixed up with redirectors. You need to call the super after figuring out the wildcard pin types
#codereview dan.oconnor, lina.halper

--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2683959 by Ben.Zeigler on 2015/09/08 19:33:34.

[CL 2683965 by Ben Zeigler in Main branch]
2015-09-08 19:37:41 -04:00
Dan Oconnor
56fc9c7105 [UE-16972] Could find no user action that aws improved (or even effected by) this logic that disconnects pins. This case fails because one pin is of type self and one is a normal object reference, but this function did not provide a class context. It's better to just not run the logic at all, rather than destroy the pin.
#codereview Nick.Whiting

[CL 2586806 by Dan Oconnor in Main branch]
2015-06-12 22:42:10 -04:00
Mike Beach
d5e2e3495b [UE-12401] Fixing up the BP menu filtering to account for array functions that have params that get converted to wildcard pins.
[CL 2519616 by Mike Beach in Main branch]
2015-04-21 14:12:38 -04:00
Maciej Mroz
57f43e8073 Better fix for UE-12990 Contains node connected to Enum Array value selection cleared on editor restart
[CL 2496601 by Maciej Mroz in Main branch]
2015-03-30 20:08:11 -04:00
Mike Beach
f694f12c43 Making it so we don't drop split pins for array nodes when they're refreshed (which was breaking existing split pin connections).
[CL 2494257 by Mike Beach in Main branch]
2015-03-27 14:53:09 -04:00
Mike Beach
b55ffd99ae Fixing various cook errors. No longer using a ranged for loop when the array node's pins can change during the loop.
[CL 2494148 by Mike Beach in Main branch]
2015-03-27 14:06:20 -04:00
Saul Abreu
79a26091bf Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
#codereview Steve.Robb, Robert.Manuszewski

[CL 2466824 by Saul Abreu in Main branch]
2015-03-02 15:51:37 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Mikolaj Sieluzycki
f0a67f1e2b Prepare cpp files for header cleanup.
#codereview Robert.Manuszewski

[CL 2356845 by Mikolaj Sieluzycki in Main branch]
2014-11-12 04:18:54 -05:00
Jaroslaw Palczynski
7c41927cf4 Rename FPostConstructInitializeProperties to something simpler
Changed it with FObjectInitializer.

UECORE-7

[CL 2328384 by Jaroslaw Palczynski in Main branch]
2014-10-14 10:29:11 -04:00
Maciej Mroz
745d0c927b ôAutoCreateRefö û is handled in UK2Node_CallFunction::ExpandNode. The additional variable is created in local scope.
#codereview Nick.Whiting, Michael.Noland

[CL 2323899 by Maciej Mroz in Main branch]
2014-10-09 06:06:10 -04:00
Marc Audy
a5a938ffbc Don't lose type when reconstructing array function nodes if the target array pin is not connected
[CL 2221087 by Marc Audy in Main branch]
2014-07-16 14:34:54 -04:00
Marc Audy
5438bccce0 Make type coercion work off of all wildcard pins in call array function nodes
Remove split pins when collapsing back to a wildcard on call array function nodes
#codereview Nick.Whiting

[CL 2221023 by Marc Audy in Main branch]
2014-07-16 13:54:56 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00