Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 4766a07

Browse files
committed
Fix typo
1 parent 4b6f2d0 commit 4766a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/HttpGPT/Public/HttpGPTSettings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ class HTTPGPT_API UHttpGPTSettings : public UDeveloperSettings
2929
UPROPERTY(GlobalConfig, EditAnywhere, Category = "Logging", Meta = (DisplayName = "Enable Internal Logs"))
3030
bool bEnableInternalLogs;
3131

32-
UFUNCTION(BlueprintPure, Category = "AzSpeech | Settings", meta = (HidePin = "Self", DefaultToSelf = "Self", DisplayName = "Get Default Options", CompactNodeTitle = "HttpGPT Default Options"))
32+
UFUNCTION(BlueprintPure, Category = "HttpGPT | Settings", meta = (HidePin = "Self", DefaultToSelf = "Self", DisplayName = "Get Default Options", CompactNodeTitle = "HttpGPT Default Options"))
3333
static FHttpGPTOptions GetDefaultOptions();
3434

35-
UFUNCTION(BlueprintCallable, Category = "AzSpeech | Settings", meta = (HidePin = "Self", DefaultToSelf = "Self", DisplayName = "Set Default Options"))
35+
UFUNCTION(BlueprintCallable, Category = "HttpGPT | Settings", meta = (HidePin = "Self", DefaultToSelf = "Self", DisplayName = "Set Default Options"))
3636
static void SetDefaultOptions(const FHttpGPTOptions& Value);
3737

3838
protected:

0 commit comments

Comments
 (0)