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
10
UCLASS(Config = Game)
11
class PROJECTX_API
UProjectXOnlineSessionClient
: public UOnlineSessionClient
12
{
13
GENERATED_BODY()
14
public
:
15
UProjectXOnlineSessionClient
();
16
void
OnSessionUserInviteAccepted(
const
bool
bWasSuccess,
const
int32 ControllerId, TSharedPtr<const FUniqueNetId> UserId,
const
FOnlineSessionSearchResult& InviteResult)
override
;
17
};
UProjectXOnlineSessionClient
Definition:
ProjectXOnlineSessionClient.h:12
E:
ProjectY
Source
ProjectX
Public
System
ProjectXOnlineSessionClient.h
Generated by
1.9.4