Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Inheritance Hierarchy
- TMapBase
- TSortableMapBase
- TMap
- FOnlineKeyValuePairs
- FStatPropertyArray
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include | #include "OnlineStats.h" |
Syntax
class FStatPropertyArray : public FOnlineKeyValuePairs< FString, FVariantData >
Remarks
Typedef FOnlineKeyValuePairs
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStatPropertyArray
(
FStatPropertyArray&& Other |
|||
FStatPropertyArray
(
const FStatPropertyArray& Other |
|||
FStatPropertyArray
(
const FOnlineKeyValuePairs< FName, FVariantData >& DeprecatedValues |
|||
FStatPropertyArray
(
FOnlineKeyValuePairs< FName, FVariantData >&& DeprecatedValues |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVariantData & | Add
(
const FName& InKey, |
||
| FVariantData & | Emplace
(
const FName& InKey, |
||
| FVariantData * |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FStatPropertyArray & | operator=
(
FStatPropertyArray&& Other |
||
| FStatPropertyArray & | operator=
(
const FStatPropertyArray& Other |
Typedefs
| Name | Description |
|---|---|
| Super |