Skip to content

Commit 218360e

Browse files
committed
[UE5.4] Updated to newest engine version
1 parent c7b472e commit 218360e

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

CustomShapeButton.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"DocsURL": "",
1111
"MarketplaceURL": "",
1212
"SupportURL": "mailto:janseliw@gmail.com",
13-
"EngineVersion": "5.3.0",
13+
"EngineVersion": "5.4.0",
1414
"EnabledByDefault": true,
1515
"CanContainContent": false,
1616
"IsBetaVersion": false,

Source/CustomShapeButton/Private/CustomShapeButtonModule.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// Copyright (c) Yevhenii Selivanov.
22

33
#include "CustomShapeButtonModule.h"
4+
//---
5+
#include "Modules/ModuleManager.h"
46

5-
#define LOCTEXT_NAMESPACE "FCustomShapeButtonModule"
7+
IMPLEMENT_MODULE(FCustomShapeButtonModule, CustomShapeButton)
68

79
// Called right after the module DLL has been loaded and the module object has been created
810
void FCustomShapeButtonModule::StartupModule()
@@ -16,7 +18,3 @@ void FCustomShapeButtonModule::ShutdownModule()
1618
// This function may be called during shutdown to clean up your module. For modules that support dynamic reloading,
1719
// we call this function before unloading the module.
1820
}
19-
20-
#undef LOCTEXT_NAMESPACE
21-
22-
IMPLEMENT_MODULE(FCustomShapeButtonModule, CustomShapeButton)

0 commit comments

Comments
 (0)