-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cb7948
commit 9914295
Showing
17 changed files
with
222 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/Private/OnlineAuthenticationHandler.cpp → ...ion/Private/OnlineInteractionHandlers.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// This file has been automatically generated by the Unreal Header Implementation tool | ||
|
||
#include "OnlineAuthenticationHandler.h" | ||
#include "OnlineInteractionHandlers.h" | ||
|
||
void IOnlineAuthenticationHandler::ProgressUpdate(const FText& Status){ } |
10 changes: 10 additions & 0 deletions
10
Plugins/OnlineIntegration/Source/OnlineIntegration/Private/SessionMigrationSequence.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// This file has been automatically generated by the Unreal Header Implementation tool | ||
|
||
#include "SessionMigrationSequence.h" | ||
|
||
void USessionMigrationSequence::Cancel(){ } | ||
void USessionMigrationSequence::DestroySession(TSharedRef<FControlFlowNode>, ULocalUserInfo* LocalUser, EOnlineIntegrationUnmappedContext Context){ } | ||
void USessionMigrationSequence::NotifySessionSetupComplete() const{ } | ||
void USessionMigrationSequence::BindTravelDelegates(){ } | ||
void USessionMigrationSequence::TravelLocalSessionFailure(UWorld* World, ETravelFailure::Type FailureType, const FString& ReasonString){ } | ||
void USessionMigrationSequence::HandlePostLoadMap(UWorld* World){ } |
Oops, something went wrong.