Commit Graph

8 Commits

Author SHA1 Message Date
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