Skip to content

Commit

Permalink
Removed AngelScript specific binding - dont need AS to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLmao committed Feb 15, 2025
1 parent 305b13c commit a17351a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UE5_CommonUI_Temp/Setup/MainMenuHUD.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UE5_COMMONUI_TEMP_API AMainMenuHUD : public AHUD
public:
void BeginPlay() override;

UFUNCTION(ScriptCallable)
UFUNCTION()
void OpenWidget(FGameplayTag WidgetTag);

protected:
Expand Down

0 comments on commit a17351a

Please sign in to comment.