Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/FSessionEOSGS
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Online/SessionsEOSGS.h | |||
FSessionEOSGS
(
const FSessionEOSGS& InSession |
Online/SessionsEOSGS.h | ||
FSessionEOSGS
(
const FSessionsEOSGS& SessionsInstance, |
This constructor should only be used by BuildSessionFromDetailsHandle, after all user ids in the session have been resolved. | Online/SessionsEOSGS.h |
FSessionEOSGS()
| Name | FSessionEOSGS |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/SessionsEOSGS.h |
| Include Path | #include "Online/SessionsEOSGS.h" |
FSessionEOSGS()
FSessionEOSGS(const FSessionEOSGS &)
| Name | FSessionEOSGS |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/SessionsEOSGS.h |
| Include Path | #include "Online/SessionsEOSGS.h" |
FSessionEOSGS
(
const FSessionEOSGS & InSession
)
FSessionEOSGS(const FSessionsEOSGS &, const TSharedPtr< FSessionDetailsHandleEOSGS > &)
Description
This constructor should only be used by BuildSessionFromDetailsHandle, after all user ids in the session have been resolved.
| Name | FSessionEOSGS |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/SessionsEOSGS.h |
| Include Path | #include "Online/SessionsEOSGS.h" |
| Source | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Private/Online/SessionsEOSGS.cpp |
FSessionEOSGS
(
const FSessionsEOSGS & SessionsInstance,
const TSharedPtr < FSessionDetailsHandleEOSGS > & InSessionDetailsHandle
)