Optimize some WB_GameWidget codes and Gameinstance codes

This commit is contained in:
martinluckyrobots
2025-04-04 10:21:44 +08:00
parent 0a4ec92d9a
commit 3eb18f4d20
25 changed files with 62 additions and 6 deletions

View File

@ -20,7 +20,7 @@ protected:
public:
UFUNCTION(BlueprintImplementableEvent)
void DoLogItemAdd(const FString& Topic, const FString& MsgText,int Type, ELogItemType LogItemType);
void DoLogItemAdd(const FString& Topic, const FString& MsgText, ELogItemType LogItemType);
UFUNCTION(BlueprintImplementableEvent)
void DoRefreshListView();