Skip to content

Commit

Permalink
intial UE 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MothDoctor committed Aug 2, 2021
1 parent c185175 commit 68c86a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Flow.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"DocsURL" : "https://github.com/MothCocoon/FlowGraph/wiki",
"MarketplaceURL" : "",
"SupportURL": "https://discord.gg/zMtMQ2vUUa",
"EngineVersion": "4.26.0",
"EngineVersion": "5.0",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
Expand Down
1 change: 1 addition & 0 deletions Source/FlowEditor/FlowEditor.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public FlowEditor(ReadOnlyTargetRules Target) : base(Target)
"CoreUObject",
"DetailCustomizations",
"DeveloperSettings",
"EditorFramework",
"EditorStyle",
"Engine",
"GraphEditor",
Expand Down
2 changes: 1 addition & 1 deletion Source/FlowEditor/Private/Graph/Widgets/SFlowPalette.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void SFlowPaletteItem::Construct(const FArguments& InArgs, FCreateWidgetForActio
const bool bIsReadOnly = false;

const TSharedRef<SWidget> IconWidget = CreateIconWidget(IconToolTip, IconBrush, IconColor);
const TSharedRef<SWidget> NameSlotWidget = CreateTextSlotWidget(NameFont, InCreateData, bIsReadOnly);
const TSharedRef<SWidget> NameSlotWidget = CreateTextSlotWidget(InCreateData, bIsReadOnly);
const TSharedRef<SWidget> HotkeyDisplayWidget = CreateHotkeyDisplayWidget(NameFont, HotkeyChord);

// Create the actual widget
Expand Down

0 comments on commit 68c86a7

Please sign in to comment.