Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FOnlineOperationData
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Online/OnlineAsyncOp.h |
|
|
|
Online/OnlineAsyncOp.h |
|
Set(const FString &, T &&)
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOp.h |
| Include Path |
#include "Online/OnlineAsyncOp.h" |
template<typename T>
void Set
(
const FString & Key,
T && InData
)
Set(const FString &, const T &)
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOp.h |
| Include Path |
#include "Online/OnlineAsyncOp.h" |
template<typename T>
void Set
(
const FString & Key,
const T & InData
)