Commit Graph

13 Commits

Author SHA1 Message Date
Dan Oconnor
d968c77bcc [UE-11537] Node had a bunch of mutable state that it was stomping when it was refreshed... Removed the unneeded state.
[CL 2515008 by Dan Oconnor in Main branch]
2015-04-16 17:10:52 -04:00
Michael Schoell
75200e5a0d Cached node titles can now be forced to refresh without iteration over every node.
This will occur with every structural modification to any BP, node titles refresh only when visible.

[CL 2499923 by Michael Schoell in Main branch]
2015-04-02 11:16:23 -04:00
Jamie Dale
a569f6b356 Fixed code relying on SLATE_TEXT_ATTRIBUTE for STextBlock.
UETOOL-213 - Minimize Slate FString -> FText conversion (remove SLATE_TEXT_ATTRIBUTE)

This fixes any editor/engine specific code that was passing text to Slate as FString rather than FText.

[CL 2399803 by Jamie Dale in Main branch]
2015-01-07 09:52:40 -05: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
James Golding
9a4ddbfb1e Add 'raycast' and 'sweep' keywords to BP query functions
Stop Kismet library headers being globally included
#codereview nick.whiting

[CL 2300737 by James Golding in Main branch]
2014-09-17 05:39:56 -04:00
Dan Oconnor
947fed556e #UE4 ease function node could crash with new context menu - just need to verify we have struct subobject..
[CL 2294654 by Dan Oconnor in Main branch]
2014-09-12 01:22:40 -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
a3de7b243d Optimizing the new BP menu system. Caching menu categories where we can.
[CL 2284723 by Mike Beach in Main branch]
2014-09-04 13:00:27 -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
Dan Oconnor
f4e55cf9d9 Integration of 388 from user moritz-wundke - New interpolation methods in the math library, exposed to blueprints via custom node
[CL 2278367 by Dan Oconnor in Main branch]
2014-08-29 19:22:18 -04:00