This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e943cd3efd007cd83af41f6d57697c7ef00a10e2
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
GraphEditor
/
Private
History
dan oconnor
ea3c015bfc
Stop leaking graph nodes (until panel refreshes)
...
#rb Phillip.Kavan #jira UE-210938 [CL 33280735 by dan oconnor in ue5-main branch]
2024-04-26 17:41:38 -04:00
..
KismetNodes
…
KismetPins
Selector drop down doesn't highlight current sound for quick playback
2024-04-22 02:51:10 -04:00
MaterialNodes
Fixed a lot of unused or potentially-uninitialized variables, and also a couple of unreachable code warnings.
2024-04-19 08:32:16 -04:00
MaterialPins
…
BlueprintConnectionDrawingPolicy.cpp
…
ConnectionDrawingPolicy.cpp
Fixed potentially uninitialized variables.
2024-04-22 14:54:14 -04:00
DragConnection.cpp
…
DragConnection.h
…
DragNode.cpp
…
DragNode.h
…
GraphActionNode.cpp
Static analysis fix
2024-04-23 20:47:45 -04:00
GraphDiffControl.cpp
[CrashFix] A udn user found a crash in LinkedToDifferent in GraphDiffControl.cpp. This change adds an ensure to catch and recover from it
2024-03-25 16:03:26 -04:00
GraphEditorActions.cpp
Remove heading from "Find References" submenu
2024-04-01 12:36:47 -04:00
GraphEditorCommon.h
…
GraphEditorDragDropAction.cpp
…
GraphEditorModule.cpp
…
GraphEditorSettings.cpp
…
MaterialGraphConnectionDrawingPolicy.cpp
…
MaterialGraphConnectionDrawingPolicy.h
…
NodeFactory.cpp
…
SCommentBubble.cpp
…
SGraphActionMenu.cpp
Deprecate FGraphActionListBuilderBase::ActionGroup, as it is redundant with FEdGraphSchemaAction. It was introduced to handle 'multi edit' but was never fully realized and contains redundant categorization fields that are inconsistently used in scoring of menu entries. What little categorization was being done on the action group is now properly done on the FEdGraphSchemaAction
2024-04-19 19:47:31 -04:00
SGraphEditorActionMenu.cpp
…
SGraphEditorImpl.cpp
…
SGraphEditorImpl.h
…
SGraphNode.cpp
…
SGraphNodeComment.cpp
…
SGraphNodeDefault.cpp
…
SGraphNodeDocumentation.cpp
…
SGraphNodeKnot.cpp
…
SGraphNodePromotableOperator.cpp
…
SGraphNodeResizable.cpp
…
SGraphPalette.cpp
…
SGraphPanel.cpp
Stop leaking graph nodes (until panel refreshes)
2024-04-26 17:41:38 -04:00
SGraphPin.cpp
RigVM: Support for PinDefaultValueType in user interface - interim
2024-04-09 06:32:08 -04:00
SGraphPreviewer.cpp
…
SNodePanel.cpp
…