更新5.3引擎

This commit is contained in:
2023-09-22 04:01:05 +08:00
parent 5d1348519e
commit 575cbfc3ff
43 changed files with 12 additions and 2785 deletions

View File

@@ -5,8 +5,8 @@
#include "CommonUserTypes.h"
#include "Subsystems/GameInstanceSubsystem.h"
#include "UObject/ObjectPtr.h"
#include "UObject/StrongObjectPtr.h"
#include "UObject/PrimaryAssetId.h"
#include "UObject/StrongObjectPtr.h"
#include "UObject/WeakObjectPtr.h"
class APlayerController;
@@ -16,7 +16,7 @@ struct FOnlineResultInformation;
#if COMMONUSER_OSSV1
#include "Interfaces/OnlineSessionInterface.h"
#include "Public/OnlineSessionSettings.h"
#include "OnlineSessionSettings.h"
#else
#include "Online/Lobbies.h"
#endif // COMMONUSER_OSSV1