Commit Graph

12 Commits

Author SHA1 Message Date
Michael Schoell
75200e5a0d Cached node titles can now be forced to refresh without iteration over every node.
This will occur with every structural modification to any BP, node titles refresh only when visible.

[CL 2499923 by Michael Schoell in Main branch]
2015-04-02 11:16:23 -04:00
Maciej Mroz
14a0a344c0 UE-10718 Set Member node should not set newly created member variables by default
In "Set member in .." node pins for properties are disabled by default.

[CL 2478173 by Maciej Mroz in Main branch]
2015-03-13 00:12:23 -04: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
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
Mike Beach
42a36b542a Caching tooltips that use FText::Format() (optimizing for the new BP menu system).
[CL 2283623 by Mike Beach in Main branch]
2014-09-03 18:17:44 -04:00
Mike Beach
1b87f7d3ee Deprecating EdGraphNode's GetTooltip() (in exchange for one that returns FText over FString).
[CL 2283396 by Mike Beach in Main branch]
2014-09-03 18:14:09 -04:00
Mike Beach
1dfbb2d829 Optimizing BP node titles (caching any that use FText::Format(), which is slow).
[CL 2282225 by Mike Beach in Main branch]
2014-09-02 19:08:09 -04:00
Maciej Mroz
6caa5e9a34 BP: UK2Node_SetFieldsInStruct::RemoveFieldPins - obfuscated code refactored
[CL 2270361 by Maciej Mroz in Main branch]
2014-08-25 11:06:52 -04:00
Marc Audy
f96130da8a Fix split pin issues in Set Members node
[CL 2263206 by Marc Audy in Main branch]
2014-08-19 17:13:02 -04:00
Mike Beach
d126d670c6 Catching the case where struct ref pins on the new set-struct-members nodes are left empty (now presenting the user a compiler error rather than a crash)
(TTP #342994)

#codereview Maciej.Mroz

[CL 2240368 by Mike Beach in Main branch]
2014-08-01 18:04:33 -04:00
Maciej Mroz
aa7899894b BP: Node enabled, one can set a single variable in a structure instance.
"HasNativeMake" and "HasNativeBreak" are no longer boolean - fix.

#codereview Nick.Whiting, Marc.Audy

[CL 2122060 by Maciej Mroz in Main branch]
2014-06-30 16:03:48 -04:00
Maciej Mroz
16465aabb0 Blueprint: Structure Setter Node. First version.
#codereview Nick.Whiting

[CL 2121726 by Maciej Mroz in Main branch]
2014-06-30 06:59:25 -04:00