Commit Graph

20 Commits

Author SHA1 Message Date
Mike Beach
a307d92cfe Not offering hidden category options for bound function/events.
TTP #348564

[CL 2320392 by Mike Beach in Main branch]
2014-10-06 16:18:23 -04:00
Mike Beach
f7ae7eeca9 Bubbling up tagged make/break functions for struct pins (vector, rotator, etc.).
[CL 2316111 by Mike Beach in Main branch]
2014-10-01 12:14:30 -04:00
Mike Beach
62e585cb03 Consolidating where we call UEdGraphNode::AddNode() for newly spawned nodes (to avoid duplicated code... centralized in UBlueprintNodeSpawner).
[CL 2314667 by Mike Beach in Main branch]
2014-09-30 14:13:40 -04:00
Mike Beach
10ef2fc1e0 Finally giving in, and letting the new blueprint action database govern how those actions are presented in the ui :(
#codereview Dan.OConnor

[CL 2313188 by Mike Beach in Main branch]
2014-09-29 14:31:08 -04:00
Mike Beach
7fbb4574b9 CallOnMember function refs now forced to be non-self calls (because they were referencing the skeleton class in the new menu system).
[CL 2307120 by Mike Beach in Main branch]
2014-09-23 13:44:48 -04:00
Mike Beach
eca0bbfbe3 Adding support for CallOnMember nodes (so you can directly operate on components that your target class has).
#codereview Dan.OConnor

[CL 2304533 by Mike Beach in Main branch]
2014-09-19 17:50:45 -04:00
Dan Oconnor
0f6fb36cd9 <saved by Perforce>
[CL 2303325 by Dan Oconnor in Main branch]
2014-09-18 19:04:57 -04:00
Mike Beach
66b56f0dfd Making it so the blueprint favoriting system works with the new menu system.
[CL 2301204 by Mike Beach in Main branch]
2014-09-17 13:01:38 -04:00
Mike Beach
dddfe2e78d Properly handling when the node cache size is set to zero.
[CL 2298637 by Mike Beach in Main branch]
2014-09-15 15:52:55 -04:00
Mike Beach
1424e089f3 Shrinking the template node database by removing the need for function/variable nodes to be cached.
[CL 2295284 by Mike Beach in Main branch]
2014-09-12 12:56:24 -04:00
Mike Beach
fe03b8e58c Shrinking the mem footprint of the new BP menu system (moving bindings out from node spawners, passing into Invoke() instead).
[CL 2292881 by Mike Beach in Main branch]
2014-09-10 16:14:07 -04:00
Mike Beach
54408e6fbc Removing back'n forth string/text conversions for keywords in the new BP menu system.
[CL 2284801 by Mike Beach in Main branch]
2014-09-04 13:45:38 -04:00
Dmitry Rekman
22505e65f7 Fix for a case-sensitiveness issue.
#codereview Mike.Beach

[CL 2274443 by Dmitry Rekman in Main branch]
2014-08-27 14:12:58 -04:00
Mike Beach
e165ed2973 (WIP) A more robust solution to binding blueprint actions with specific objects.
[CL 2272867 by Mike Beach in Main branch]
2014-08-26 16:25:42 -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
Mike Beach
6bb2bb5dbe (WIP) Fixing up edge cases in the new blueprint menu system involving interface functions.
[CL 2261087 by Mike Beach in Main branch]
2014-08-18 13:34:41 -04:00
Mike Beach
4f9977f486 (WIP) Making NodeSpawners responsible for the placement of new nodes (passing the desired location along to them, to do with as they please). This fixes comment nodes so they properly position themselves in the new system.
[CL 2242646 by Mike Beach in Main branch]
2014-08-04 12:19:42 -04:00
Mike Beach
65752e6a73 Keeping the node-spawners (for the new BP action menu system) from getting garbage collected.
[CL 2221354 by Mike Beach in Main branch]
2014-07-16 17:29:50 -04:00
Mike Beach
02f47adea1 (WIP) Setting up async task nodes so that they're listed for the new blueprint action menus.
[CL 2214305 by Mike Beach in Main branch]
2014-07-14 14:09:47 -04:00
Mike Beach
3c87e27668 (WIP) Start of the blueprint menu refactor. Building a database of blueprint actions to refrence when constructiong various menus.
[CL 2181586 by Mike Beach in Main branch]
2014-07-09 12:17:42 -04:00