Documentation for the Unreal C++ Library
|
#include "CoreMinimal.h"
#include "UObject/CoreOnline.h"
#include "Misc/ScopeLock.h"
#include "OnlineSessionSettings.h"
#include "OnlineDelegateMacros.h"
#include "Interfaces/OnlineSessionInterface.h"
#include "PVROBeacon.h"
#include "PVROFindServerTask.h"
#include "PVROMultiplayerSessionInfo.h"
#include "PVROPackage.h"
Go to the source code of this file.
Classes | |
class | FPVROnlineSession |
Typedefs | |
typedef FOnFindSessionsStart::FDelegate | FOnFindSessionsStartDelegate |
typedef FOnJoinSessionStart::FDelegate | FOnJoinSessionStartDelegate |
typedef TSharedPtr< FPVROnlineSession, ESPMode::ThreadSafe > | FPVROnlineSessionPtr |
Functions | |
DECLARE_MULTICAST_DELEGATE (FOnFindSessionsStart) | |
DECLARE_MULTICAST_DELEGATE (FOnJoinSessionStart) | |
typedef FOnFindSessionsStart::FDelegate FOnFindSessionsStartDelegate |
Definition at line 23 of file PVROnlineSession.h.
typedef FOnJoinSessionStart::FDelegate FOnJoinSessionStartDelegate |
Definition at line 26 of file PVROnlineSession.h.
typedef TSharedPtr<FPVROnlineSession, ESPMode::ThreadSafe> FPVROnlineSessionPtr |
Definition at line 352 of file PVROnlineSession.h.
DECLARE_MULTICAST_DELEGATE | ( | FOnFindSessionsStart | ) |
DECLARE_MULTICAST_DELEGATE | ( | FOnJoinSessionStart | ) |