Added back in missing ampersand to the FriendsSession Delegate

Former-commit-id: 5fcc80ee4c5d7b02d4b40e81da76eba7ccfd2d38
This commit is contained in:
morden
2017-05-27 11:06:01 -04:00
parent ca8802bffd
commit 52559e914e

View File

@@ -8,7 +8,7 @@
DECLARE_LOG_CATEGORY_EXTERN(AdvancedFindFriendSessionLog, Log, All);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FBlueprintFindFriendSessionDelegate, const TArray<FBlueprintSessionResult>, SessionInfo);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FBlueprintFindFriendSessionDelegate, const TArray<FBlueprintSessionResult> &, SessionInfo);
UCLASS(MinimalAPI)
class UFindFriendSessionCallbackProxy : public UOnlineBlueprintCallProxyBase