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