Harden MVP menu input and quit flow

This commit is contained in:
2026-05-18 23:20:32 -07:00
parent 15b40c5ac1
commit b9efcdf3dc
5 changed files with 261 additions and 17 deletions
@@ -64,6 +64,15 @@ public:
UFUNCTION(BlueprintCallable, Category = "Agrarian|MVP UI")
void SetHighContrastMode(bool bNewUseHighContrast);
UFUNCTION(BlueprintCallable, Category = "Agrarian|MVP UI")
void ConfirmActiveScreen();
UFUNCTION(BlueprintCallable, Category = "Agrarian|MVP UI")
void BackFromActiveScreen();
UFUNCTION(BlueprintCallable, Category = "Agrarian|MVP UI")
void SaveAndQuit();
protected:
virtual void NativeConstruct() override;