Michael Schoell
b9e9535fdc
Added a new MenuTitle option for nodes to reduce issues with using ListView in a variety of circumstances. Fixes issues with some nodes being displayed by their palette action name in other menu lists.
...
[CL 2299888 by Michael Schoell in Main branch]
2014-09-16 15:01:38 -04:00
Mike Beach
27b65e9cab
Keeping nodes from spawning unessecery menu actions (was causing a big memory spike for the new menu system).
...
[CL 2292953 by Mike Beach in Main branch]
2014-09-10 17:09:26 -04:00
Marc Audy
4ad81351db
Change how types are displayed in blueprint pin tooltips
...
Deprecate TypeToString
Make ConstructBasicPinTooltip take FText for Description
Make SpawnActorFromClass pin tooltips consistent with other nodes
[CL 2286449 by Marc Audy in Main branch]
2014-09-05 13:06:18 -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
Mike Beach
1cfc231519
Handling enum/struct assets (so that the can be added into the blueprint menu database as they're created/updated).
...
Lots o' files!(changing UK2Node's GetMenuActions() function signature).
[CL 2269082 by Mike Beach in Main branch]
2014-08-23 20:16:29 -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
401cc3baf2
Fixing broken builder, missed some includes for non-unity builds.
...
[CL 2215319 by Mike Beach in Main branch]
2014-07-14 19:56:30 -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
Joe Conley
350dbc01ad
Fix spacing on Get Data Table Row node title
...
[CL 2098755 by Joe Conley in Main branch]
2014-06-09 11:11:37 -04:00
Joe Conley
d1eb439808
Support ExpandEnumAsExecs as output pins
...
Evaluate Curve Table Row node now uses ExpandEnumAsExecs to have separate execution pins for if the row was found or not
Add some friendly names for Get Data Table Row pins
[CL 2098729 by Joe Conley in Main branch]
2014-06-09 11:11:12 -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