Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FOnlineServicesCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOnlineAsyncOpRef< OpType > GetJoinableOp
(
typename OpType::Params&& Params |
Online/OnlineServicesCommon.h | ||
TOnlineAsyncOpRef< OpType > GetJoinableOp
(
typename OpType::Params&& Params, |
Online/OnlineServicesCommon.h |
GetJoinableOp(typename OpType::Params &&)
| Name | GetJoinableOp |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineServicesCommon.h |
| Include Path | #include "Online/OnlineServicesCommon.h" |
template<typename OpType, typename ParamsFuncsType>
TOnlineAsyncOpRef< OpType > GetJoinableOp
(
typename OpType::Params && Params
)
GetJoinableOp(typename OpType::Params &&, const TArray< FString > &)
| Name | GetJoinableOp |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineServicesCommon.h |
| Include Path | #include "Online/OnlineServicesCommon.h" |
template<typename OpType, typename ParamsFuncsType>
TOnlineAsyncOpRef< OpType > GetJoinableOp
(
typename OpType::Params && Params,
const TArray < FString > & ConfigSectionHeirarchy
)