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
dfda9cee4e85ad080f4ceadff00f6c3cc0854ca2
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
GraphEditor
/
Private
History
sameer mirza
e024f77e88
Material nodes connection tooltip gets stuck
...
#rb massimo.tristano #jira UE-207136 [CL 31560557 by sameer mirza in ue5-main branch]
2024-02-16 07:02:10 -05:00
..
KismetNodes
Deprecated bIsBeadFunction.
2024-01-19 12:19:18 -05:00
KismetPins
Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
2024-01-19 19:41:56 -05:00
MaterialNodes
…
MaterialPins
…
BlueprintConnectionDrawingPolicy.cpp
…
ConnectionDrawingPolicy.cpp
…
DragConnection.cpp
…
DragConnection.h
…
DragNode.cpp
…
DragNode.h
…
GraphActionNode.cpp
Added slate argument to automatically select an action in the graph action menu when only one action exists.
2024-01-15 08:46:24 -05:00
GraphDiffControl.cpp
…
GraphEditorActions.cpp
Reverting blueprint editor shortcut Alt+Shift+F to search locally by mapping it to the singular Find References action. The singular Find References action, while not exposed to UI for nodes that have Find References By Name/Class Member support, can still be triggered with shortcut and will trigger a local By Name or By Class Member search based on what the previous behavior was for that node type. For function nodes it will search by function name, while for variable nodes it will do an exact search since Find References already did that for a while.
2024-01-24 13:55:51 -05:00
GraphEditorCommon.h
…
GraphEditorDragDropAction.cpp
…
GraphEditorModule.cpp
…
GraphEditorSettings.cpp
…
MaterialGraphConnectionDrawingPolicy.cpp
Material nodes connection tooltip gets stuck
2024-02-16 07:02:10 -05:00
MaterialGraphConnectionDrawingPolicy.h
…
NodeFactory.cpp
…
SCommentBubble.cpp
…
SGraphActionMenu.cpp
Added slate argument to automatically select an action in the graph action menu when only one action exists.
2024-01-15 08:46:24 -05:00
SGraphEditorActionMenu.cpp
…
SGraphEditorImpl.cpp
…
SGraphEditorImpl.h
…
SGraphNode.cpp
Fixed unreachable code warnings/errors.
2024-01-15 12:29:05 -05:00
SGraphNodeComment.cpp
…
SGraphNodeDefault.cpp
…
SGraphNodeDocumentation.cpp
…
SGraphNodeKnot.cpp
…
SGraphNodePromotableOperator.cpp
…
SGraphNodeResizable.cpp
…
SGraphPalette.cpp
…
SGraphPanel.cpp
Fix a regression that could prevent widgets from being destroyed after closing an editor window containing a graph panel.
2024-01-25 14:16:01 -05:00
SGraphPin.cpp
GraphEditor: ensure the correct LOD is applied to graph node and pins before the first tick.
2024-01-09 15:02:34 -05:00
SGraphPreviewer.cpp
…
SNodePanel.cpp
…