Skip to content

Commit

Permalink
[UE5.4] Updated to newest engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSeliv committed Apr 25, 2024
1 parent a3f78b0 commit 0cb3d4b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Binary file modified Binaries/Win64/UnrealEditor-CustomShapeButton.dll
Binary file not shown.
Binary file modified Binaries/Win64/UnrealEditor-CustomShapeButton.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Binaries/Win64/UnrealEditor.modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BuildId": "27405482",
"BuildId": "32235091",
"Modules":
{
"CustomShapeButton": "UnrealEditor-CustomShapeButton.dll"
Expand Down
2 changes: 1 addition & 1 deletion CustomShapeButton.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "mailto:[email protected]",
"EngineVersion": "5.3.0",
"EngineVersion": "5.4.0",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
Expand Down
8 changes: 3 additions & 5 deletions Source/CustomShapeButton/Private/CustomShapeButtonModule.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// Copyright (c) Yevhenii Selivanov.

#include "CustomShapeButtonModule.h"
//---
#include "Modules/ModuleManager.h"

#define LOCTEXT_NAMESPACE "FCustomShapeButtonModule"
IMPLEMENT_MODULE(FCustomShapeButtonModule, CustomShapeButton)

// Called right after the module DLL has been loaded and the module object has been created
void FCustomShapeButtonModule::StartupModule()
Expand All @@ -16,7 +18,3 @@ void FCustomShapeButtonModule::ShutdownModule()
// This function may be called during shutdown to clean up your module. For modules that support dynamic reloading,
// we call this function before unloading the module.
}

#undef LOCTEXT_NAMESPACE

IMPLEMENT_MODULE(FCustomShapeButtonModule, CustomShapeButton)

0 comments on commit 0cb3d4b

Please sign in to comment.