Michael Schoell
b7ad5048b3
MathExpression node will no longer crash if placed in a Macro
...
Moved FinalNodeBackToMacroSourceMap into the CompilerResultsLog so compiling nodes can find their source nodes when they are contained within a Macro.
#ttp 346745 - LIVE: EDITOR: BP: CRASH: Editor crashes when using a math expression inside of a macro
[CL 2321338 by Michael Schoell in Main branch]
2014-10-07 12:27:44 -04:00
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
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
Michael Trepka
62e7793fa0
Another batch of fixes for Clang compile warnings
...
[CL 2237490 by Michael Trepka in Main branch]
2014-07-30 16:16:46 -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
Mike Beach
d8b88372ed
Fixing it so users can change the input types on math expression nodes, and those types will remain consistent after node reconstruction.
...
(TTP #337678 )
[CL 2102010 by Mike Beach in Main branch]
2014-06-11 12:59:05 -04:00
Mike Beach
05c96c6fe7
Moving the math expression node out of experimental (and fixing some minor exposed by its test plan).
...
(TTP #305005/#311759)
[CL 2087177 by Mike Beach in Main branch]
2014-05-29 17:29:54 -04:00