联机版实现,先备份

This commit is contained in:
2025-09-24 13:57:17 +08:00
parent c90b46f430
commit 4bb809b8e3
22 changed files with 824 additions and 454 deletions

View File

@ -33,7 +33,7 @@ public:
static UClass* GetGameUIClass(const FString& ClassName);
UFUNCTION(BlueprintPure)
static UWorld* K2_GetWorld(UObject* obj);
static UWorld* K2_GetWorld(const UObject* obj);
UFUNCTION(BlueprintPure)
static bool GetLevelBaseConfig(const FName& RowName, FBusyLevelBaseConfig& RowData);