Commit Graph

9 Commits

Author SHA1 Message Date
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
Mike Beach
4387c7725a Missed file from latest checkin.
[CL 2269128 by Mike Beach in Main branch]
2014-08-23 21:36:41 -04:00
Joe Conley
413f955c2c DataTable/CurveTable Blueprint nodes: Drop down box for selecting row name
Remove requirement for blueprint node name pins to be non-numeric values (this requirement seems to no longer be present in other areas of the engine)

Modified SGraphPinNameList to use new SNameComboBox class

[CL 2266949 by Joe Conley in Main branch]
2014-08-21 23:21:25 -04:00
Joe Conley
2023f70caa GetDataTableRow Blueprint node: fix for TTP 339211 EDITOR: Get Data Table Row, Out Row not updating as expected
Deleting some code that was copied over from the SpawnActor node, but not actually useful/needed.

[CL 2262090 by Joe Conley in Main branch]
2014-08-19 02:27:41 -04:00
Mike Beach
7923e88220 (WIP) Various standalone node types, adding themselves to the blueprint action database (for the new action menu system).
[CL 2214584 by Mike Beach in Main branch]
2014-07-14 16:05:25 -04:00
Michael Schoell
788de6f349 Removed GetNodeNativeTitle from the editor entirely, now uses BuildSourceString to obtain the source string in a more reliable way.
#codereview Justin.Sargent

[CL 2114371 by Michael Schoell in Main branch]
2014-06-23 15:36:50 -04:00
Jaroslaw Palczynski
ebce413232 UE4 Refactoring. Changed OVERRIDE and FINAL macros to keywords override and final.
[CL 2104397 by Jaroslaw Palczynski in Main branch]
2014-06-13 06:14:46 -04:00
Joe Conley
d5b1f34ea9 Adding Blueprint support for getting row information from CurveTables and DataTables
[CL 2096969 by Joe Conley in Main branch]
2014-06-06 05:27:30 -04:00