Commit Graph

13 Commits

Author SHA1 Message Date
Michael Schoell
9e386384e2 DoOnceMultiInput node now works in non-English languages.
Changed PinNames to always be in English and set the PinFriendlyNames to be the localized form.

[CL 2514468 by Michael Schoell in Main branch]
2015-04-16 12:30:40 -04:00
Michael Schoell
63b7360ae0 Removed the Blueprint Editor's legacy node menu system.
#jira UE-13391 - Delete old BP menu system (is causing confusion)

#codereview Mike.Beach

[CL 2514361 by Michael Schoell in Main branch]
2015-04-16 11:47:54 -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
Maciej Mroz
22281886d7 BP: ExpandNode() functions don't check "if (CompilerContext.bIsFullCompile)". The function should be called only when necessary.
[CL 2332863 by Maciej Mroz in Main branch]
2014-10-17 06:37:11 -04: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
David Ratti
d74501e48b Temp fix for DoOnceMultiInput nodes losing connection
[CL 2323389 by David Ratti in Main branch]
2014-10-08 18:58:29 -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
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
d7b2d43878 Cleaning up how certain blueprint nodes are listed (for the new action menu system).
[CL 2276789 by Mike Beach in Main branch]
2014-08-28 17:20:33 -04:00
Mike Beach
cc74a27828 Fixing up various build errors.
[CL 2269188 by Mike Beach in Main branch]
2014-08-23 23:06:59 -04:00
Mike Beach
46ddb0c8b8 (WIP) Various flow control node types now add themselves to the blueprint action database (for the new action menu system).
[CL 2214260 by Mike Beach in Main branch]
2014-07-14 13:29:38 -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
David Ratti
d129babe72 DoOnceMultiInput Node: provide's DoOnce behavior but with multiple input/output pairs. Basically, a 'first through' node.
[CL 2094646 by David Ratti in Main branch]
2014-06-04 13:51:09 -04:00