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
700f150e4e43a8fa2a419dcafe2366b398ae39b0
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
UMGEditor
/
Private
History
patrick boutot
6d7e7c2b16
UMG: Always allow widget from the same plugin.
...
#rb daren.cheng [CL 27459703 by patrick boutot in ue5-main branch]
2023-08-29 15:09:45 -04:00
..
Animation
…
BlueprintModes
…
Components
…
Customizations
…
Designer
UMG: fix widgets disappearing temporarily when dragged out of the designer view. Make sure widgets are put back to their original position once they're dropped out of the designer view.
2023-08-14 20:34:47 -04:00
Details
UMG: Fix bad use of a customizer for an external object inside the UMG Designer detail view.
2023-08-24 13:38:49 -04:00
DragDrop
UMG: fix widgets disappearing temporarily when dragged out of the designer view. Make sure widgets are put back to their original position once they're dropped out of the designer view.
2023-08-14 20:34:47 -04:00
Extensions
…
FieldNotification
…
Graph
…
Hierarchy
…
Library
…
Navigation
…
Nodes
…
Palette
…
Preview
…
Settings
…
TabFactory
…
Templates
…
ToolPalette
…
Utility
…
Widgets
…
AssetDefinition_WidgetBlueprint.cpp
…
AssetDefinition_WidgetBlueprint.h
…
AssetDefinition_WidgetBlueprintGeneratedClass.cpp
…
AssetDefinition_WidgetBlueprintGeneratedClass.h
…
AssetTypeActions_SlateVectorArtData.h
…
K2Node_WidgetAnimationEvent.cpp
…
SlateVectorArtDataFactory.cpp
…
UMGEditorActions.cpp
…
UMGEditorActions.h
…
UMGEditorModule.cpp
…
WidgetBlueprint.cpp
UMG: Add flag to call UserWidget::OnInitialized. It would be preferable to not have that flag, like PreConstruct, Construct and Destruct but there is too much deprecation to handle.
2023-08-22 08:36:45 -04:00
WidgetBlueprintCompiler.cpp
UMG: Add flag to call UserWidget::OnInitialized. It would be preferable to not have that flag, like PreConstruct, Construct and Destruct but there is too much deprecation to handle.
2023-08-22 08:36:45 -04:00
WidgetBlueprintEditor.cpp
…
WidgetBlueprintEditorToolbar.cpp
…
WidgetBlueprintEditorToolbar.h
…
WidgetBlueprintEditorUtils.cpp
UMG: Always allow widget from the same plugin.
2023-08-29 15:09:45 -04:00
WidgetBlueprintExtension.cpp
Fixing potential compile errors ahead of enabling TObjectPtr GC barrier
2023-08-05 06:09:54 -04:00
WidgetBlueprintFactory.cpp
UMG: Add flag to call UserWidget::OnInitialized. It would be preferable to not have that flag, like PreConstruct, Construct and Destruct but there is too much deprecation to handle.
2023-08-22 08:36:45 -04:00
WidgetBlueprintThumbnailRenderer.cpp
…
WidgetCompilerRule.cpp
…
WidgetGraphSchema.cpp
…
WidgetReference.cpp
…