Optimizing WB_GameWidget

This commit is contained in:
martinluckyrobots
2025-04-10 13:30:13 +08:00
parent 55fabb31e8
commit d188cb846e
15 changed files with 99 additions and 39 deletions

View File

@ -203,6 +203,9 @@ public:
UFUNCTION(BlueprintCallable)
void GetMessageParse(FString Json);
UFUNCTION(BlueprintCallable)
FParsedData DoJsonParse(const FString& JsonString);
public:
UFUNCTION(BlueprintCallable)
void SetCurrentFolderName(const FString& FolderName);