Commit Graph

14 Commits

Author SHA1 Message Date
Michael Schoell
ee4793e6e9 Switch On String node will obey case insensitivity by default as the details view says it is set to.
#jira UE-14225 - 'Is Case Sensitive' option on the Switch on Sting node doesn't toggle correctly

[CL 2524709 by Michael Schoell in Main branch]
2015-04-24 14:26:51 -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
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
Marc Audy
67d6af6bc0 Set PinCategory, not PinSubCategory for SwitchInteger/Name/String
[CL 2299976 by Marc Audy in Main branch]
2014-09-16 15:31:59 -04:00
Marc Audy
039b71df16 Fix compilation issues with Switch Enum Node.
Modify FKismetCompiledFunctionContext::ValidatePin to take a PinType instead of just the Category and SubCategory strings

[CL 2299802 by Marc Audy in Main branch]
2014-09-16 14:26:32 -04:00
Marc Audy
156941adcf Switch Node Polish
* Name and String have + Add Pin button
* Enum doesn't display Remove Execution Pin on right click
* Enum doesn't display Show Default Pin in details view
* All types have proper default in selection box

[CL 2299436 by Marc Audy in Main branch]
2014-09-16 10:25:25 -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
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
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
Mikolaj Sieluzycki
40aca4a242 Remove redundant headers from Blueprint module. Removed #include 'BlueprintGraphClasses.h" from BlueprintGraphDefinitions.h. Added only headers included by modules other than BlueprintGraph. Fixed compilation issues for both unity and non-unity builds.
#codereview Robert.Manuszewski

[CL 2082795 by Mikolaj Sieluzycki in Main branch]
2014-05-29 16:42:22 -04:00
Michael Schoell
0a41fb741e #summary Can search for nodes in the palette menu in Blueprints with both the native name and the localized name.
#add Added UEdGraphNode::GetNodeNativeTitle to return a native title for a node.
#add Added UEdGraphNode::GetNodeSearchTitle to return the native and localized title for a node, together, for searching.
#add Can hold "alt" over a node (in the graph panel, or the palette) to see the native name of the node.

#ttp 331252 - Blueprints: Editor: L10N: Blueprints need to consistently show localized node names and when searching need to search both the localized name and the native name

#codereview justin.sargent

[CL 2044506 by Michael Schoell in Main branch]
2014-04-23 18:30:37 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00