Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FOnlineOperationData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Set
(
const FString& Key, |
Online/OnlineAsyncOp.h | ||
void Set
(
const FString& Key, |
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
)