Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| |
|
| Name |
FStatDefinition |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/StatsCommon.h |
| Include Path |
#include "Online/StatsCommon.h" |
Syntax
struct FStatDefinition
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DefaultValue |
FStatValue |
Store the default type and value |
Online/StatsCommon.h |
|
| Id |
int32 |
Corresponding stat id on the platform if needed |
Online/StatsCommon.h |
|
| ModifyMethod |
EStatModifyMethod |
How the stat will be modified |
Online/StatsCommon.h |
|
| Name |
FString |
The name of the stat |
Online/StatsCommon.h |
|