Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS
Because the value type is int32 in EOS, stats types are converted to int32. So these are limitations:
- String type of Stats is not supported;
- double type of Stats is casted to int32, and precision is UE_ONLINE_STAT_EOS_DOUBLE_PRECISION. Out of range value will be clamped;
- int64 type of Stats is casted to int32. Out of range value will be clamped;
| Name | FStatsEOSGS |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/StatsEOSGS.h |
| Include Path | #include "Online/StatsEOSGS.h" |
Syntax
class FStatsEOSGS : public UE::Online::FStatsCommon
Inheritance Hierarchy
- ComponentType → TOnlineComponent → FStatsCommon → FStatsEOSGS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStatsEOSGS
(
FOnlineServicesEpicCommon& InOwningSubsystem |
Online/StatsEOSGS.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FStatsCommon | Online/StatsEOSGS.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOnlineAsyncOpHandle< FBatchQueryStats > BatchQueryStats
(
FBatchQueryStats::Params&& Params |
Online/StatsEOSGS.h | ||
virtual TOnlineAsyncOpHandle< FQueryStats > QueryStats
(
FQueryStats::Params&& Params |
Online/StatsEOSGS.h | ||
virtual TOnlineAsyncOpHandle< FUpdateStats > UpdateStats
(
FUpdateStats::Params&& Params |
IStats. | Online/StatsEOSGS.h |
Overridden from IOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize() |
TOnlineComponent. | Online/StatsEOSGS.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Online/StatsEOSGS.h |