LEAP Documentation 40220
Documentation for the LEAP project
ProjectXOnlineSessionClient.h
Go to the documentation of this file.
1// Copyright Blue Isle Studios Inc 2018. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "OnlineSessionClient.h"
7#include "ProjectXOnlineSessionClient.generated.h"
8
9
10UCLASS(Config = Game)
11class PROJECTX_API UProjectXOnlineSessionClient : public UOnlineSessionClient
12{
13 GENERATED_BODY()
14public:
16 void OnSessionUserInviteAccepted(const bool bWasSuccess, const int32 ControllerId, TSharedPtr<const FUniqueNetId> UserId, const FOnlineSessionSearchResult& InviteResult) override;
17};
Definition: ProjectXOnlineSessionClient.h:12