Skip to content

Commit

Permalink
Fix bug that config wasn't saved during packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
KGronek-Pubnub committed Sep 25, 2024
1 parent 9c2ba34 commit c4c83af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PubnubLibrary/Public/Config/PubnubSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "Engine/DeveloperSettings.h"
#include "PubnubSettings.generated.h"

UCLASS(Config=PubnubSDK, meta=(DisplayName="Pubnub SDK"))
UCLASS(Config = Engine, defaultconfig, meta=(DisplayName="Pubnub SDK"))
class PUBNUBLIBRARY_API UPubnubSettings : public UDeveloperSettings
{
GENERATED_BODY()
Expand Down

0 comments on commit c4c83af

Please sign in to comment.