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
b782ccbdc98ebbe2b2afa233afbbfeb27734deb3
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
GraphEditor
/
Private
History
marc audy
dbe38354bf
Remove #pragma once in cpp
...
#rnx #jira [CL 26023553 by marc audy in ue5-main branch]
2023-06-15 15:43:09 -04:00
..
KismetNodes
MVVM: Add the FieldNotify pattern to the base Blueprint. The pattern will be removed from the Widget and from the ViewmodelBase class. A BP variable that has the FieldNotify flag will use a different setter. If the variable is replicated, the OnRep function will broadcast the FieldNotification event. FieldNotify variables cannot be used as a ref argument.
2023-04-13 11:55:18 -04:00
KismetPins
Fix implicit capture of this using [=] deprecated in C++20
2023-06-14 15:07:58 -04:00
MaterialNodes
Remove #pragma once in cpp
2023-06-15 15:43:09 -04:00
MaterialPins
…
BlueprintConnectionDrawingPolicy.cpp
…
ConnectionDrawingPolicy.cpp
…
DragConnection.cpp
…
DragConnection.h
…
DragNode.cpp
…
DragNode.h
…
GraphActionNode.cpp
Optimize async blueprint context menu building by avoiding resorting and inserting nodes in the desired order
2023-03-21 19:49:22 -04:00
GraphDiffControl.cpp
…
GraphEditorActions.cpp
…
GraphEditorCommon.h
…
GraphEditorDragDropAction.cpp
…
GraphEditorModule.cpp
…
GraphEditorSettings.cpp
…
MaterialGraphConnectionDrawingPolicy.cpp
…
MaterialGraphConnectionDrawingPolicy.h
…
NodeFactory.cpp
…
SCommentBubble.cpp
…
SGraphActionMenu.cpp
Optimize async blueprint context menu building by avoiding resorting and inserting nodes in the desired order
2023-03-21 19:49:22 -04:00
SGraphEditorActionMenu.cpp
…
SGraphEditorImpl.cpp
Expose single click action within SGraphPanel to allow hooking custom logic
2023-05-30 16:07:48 -04:00
SGraphEditorImpl.h
…
SGraphNode.cpp
…
SGraphNodeComment.cpp
…
SGraphNodeDefault.cpp
…
SGraphNodeDocumentation.cpp
…
SGraphNodeKnot.cpp
…
SGraphNodePromotableOperator.cpp
…
SGraphNodeResizable.cpp
…
SGraphPalette.cpp
…
SGraphPanel.cpp
Expose single click action within SGraphPanel to allow hooking custom logic
2023-05-30 16:07:48 -04:00
SGraphPin.cpp
Fix crash when undoing node creation
2023-04-03 12:14:12 -04:00
SGraphPreviewer.cpp
…
SNodePanel.cpp
Converting ARO-facing raw pointers to TObjectPtr ahead of raw pointer ARO API deprecation.
2023-05-16 10:52:49 -04:00