Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
MergeableOps Params contain a field of Mutations that implements operator+= that performs the merge.
| Name | TMergeableOpParamsFuncs |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOpCache.h |
| Include Path | #include "Online/OnlineAsyncOpCache.h" |
Syntax
template<typename OpType>
struct TMergeableOpParamsFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Compare
(
const typename OpType::Params& First, |
Online/OnlineAsyncOpCache.h | ||
static uint32 GetTypeHash
(
const typename OpType::Params& Params |
Online/OnlineAsyncOpCache.h | ||
static void Merge
(
typename OpType::Params& CurrentParams, |
Online/OnlineAsyncOpCache.h |