File tree Expand file tree Collapse file tree
Source/CustomShapeButton/Private Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change 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
810void 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)
You can’t perform that action at this time.
0 commit comments