Update AdvancedSessionsLibrary.h

Fixed typo on bShouldSkipGameNotify
This commit is contained in:
uno1982
2022-03-10 20:48:21 -06:00
committed by GitHub
parent 36cb58ea15
commit 4922cd2154

View File

@@ -204,7 +204,7 @@ public:
//Exposes Server travel to blueprint
UFUNCTION(BlueprintCallable, BlueprintAuthorityOnly, Category = "Online|AdvancedSessions|Seamless", meta = (HidePin = "WorldContextObject", DefaultToSelf = "WorldContextObject"))
static bool ServerTravel(UObject* WorldContextObject, const FString& InURL, bool bAbsolute, bool bShouldskipGameNotify);
static bool ServerTravel(UObject* WorldContextObject, const FString& InURL, bool bAbsolute, bool bShouldSkipGameNotify);
};