mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-22 07:54:25 +00:00
forgot to delete definition
This commit is contained in:
@@ -13,12 +13,6 @@ FORCEINLINE bool operator==(const FBlueprintSessionResult& A, const FBlueprintSe
|
||||
return (A.OnlineResult.IsValid() == B.OnlineResult.IsValid() && (A.OnlineResult.GetSessionIdStr() == B.OnlineResult.GetSessionIdStr()));
|
||||
}
|
||||
|
||||
// Adding in a compare operator so that std functions will work with this struct
|
||||
//FORCEINLINE bool operator==(FBlueprintSessionResult& A, FBlueprintSessionResult& B) const
|
||||
//{
|
||||
//return (A.OnlineResult.IsValid() && B.OnlineResult.IsValid() && (A.OnlineResult.GetSessionIdStr() == B.OnlineResult.GetSessionIdStr()));
|
||||
//}
|
||||
|
||||
UCLASS(MinimalAPI)
|
||||
class UFindSessionsCallbackProxyAdvanced : public UOnlineBlueprintCallProxyBase
|
||||
{
|
||||
|
Reference in New Issue
Block a user