#TTP 344651 - Rich Tool Tip on placed Math Expression Node moves so you can't click the link
#Branch UE4
#Proj GraphEditor
[CL 2305402 by Ben Cosh in Main branch]
- removed dummy UClasses (no longer needed)
- removed file header comments (not used)
- removed duplicated function documentation in cpp files
- documentation cleanup, punctuation, spelling etc.
- pragma once include guards (now work on all platforms)
- relative public includes (are auto-discovered by UBT)
- fixed too many/too few line breaks
- deleted empty files
- missing override
- NULL to nullptr
[CL 2305058 by Max Preussner in Main branch]
* 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]
- Splines now take vertical travel into account in tangent generation, and use a stronger setting when going horziontally backwards (loopbacks)
- Various parameters related to tangent calculations can now be adjusted in the Graph Editor section of Editor Settings
#codereview nick.whiting
[CL 2298813 by Michael Noland in Main branch]
Add doc w. link for Audio, SkelMesh and StaticMesh components to test
Polish component class picker combo (styling, padding, separators etc)
#codereview lauren.ridge, nick.whiting
[CL 2297977 by James Golding in Main branch]
#Branch UE4
#Proj GraphEditor
note: also patched up what appeared to be a repeated typo, decedent for descendent :)
#codereview Mike.Beach
[CL 2297939 by Ben Cosh in Main branch]
SGraphPinNameList::GetDefaultValueWidget() was calling GraphPinObj->GetSchema()->TrySetDefaultValue(), but it turns out that was not actually necessary, so just removed that call.
[CL 2294077 by Joe Conley in Main branch]
Added new GetNodeUnderMouse() call to SGraphNode. This gives each node type the option of returning child nodes, rather than always operating on the top-level node.
TTP# 346150 - AI: BEHAVIORTREE: Unable to delete decorator and service using right click menu
[CL 2293617 by Thomas Sarkanen in Main branch]
Deprecate TypeToString
Make ConstructBasicPinTooltip take FText for Description
Make SpawnActorFromClass pin tooltips consistent with other nodes
[CL 2286449 by Marc Audy in Main branch]