Added WBP_Maps,WBP_Settings to MainMenuWidg

Added new widgets and now adding functionaity to escape button to make it close and re-open the menu
This commit is contained in:
Marcel Hara 2023-03-06 17:27:16 +00:00
parent 0da833f0f7
commit 17df5728d9
6 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:9924adc1eadbd60684aee9ffc05c8f5aa636923468ebfe1ca8d41db76445041f oid sha256:01a1ba0073743e0c5871ab023b39117c41a2a73d74be6a36222bb6bf2ad9693d
size 34451 size 99725

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10fac2a11959b7bc16c12f2336458383eaaa3dc1e89044ddf78933ca976cf35d
size 28575

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2d2aa6ed935872f74a965e1274dfc06acb9fc1819b2b04ac01c099648ef99ef4 oid sha256:b41da3a5f64aafeabe8e5f9294de65016b5b9fa03491721354c6d5f30968f6db
size 111396 size 106135

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f70e943d3bc9e226f9cf87624f0bf28bdd677ed454c3d5ee89b50212295e3867
size 28174

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e8530854df7a84b19c87fd25375609a17bd88bdb4b4ab9f7c4a65e83d92adca3 oid sha256:b7c41b3c242cbb0acd8fbf1fb7565ba2ea56894362d75f8e8be45d7ec782f251
size 72997 size 71738

View File

@ -102,4 +102,6 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Widgets") UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Widgets")
UUserWidget* ImportantStats; UUserWidget* ImportantStats;
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Widgets")
UUserWidget* MainMenuWidget;
}; };