Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlineStats
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVariantData * FindStatByName
(
const FString& StatName |
Get a key value pair by key name | OnlineStats.h | |
FVariantData * FindStatByName
(
const FName& StatName |
OnlineStats.h |
FindStatByName(const FString &)
Description
Get a key value pair by key name
| Name | FindStatByName |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include Path | #include "OnlineStats.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineStats.cpp |
FVariantData * FindStatByName
(
const FString & StatName
)
KeyValuePair if found, NULL otherwise
Parameters
| Name | Remarks |
|---|---|
| StatName | key name to search for |
FindStatByName(const FName &)
| Name | FindStatByName |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include Path | #include "OnlineStats.h" |
FVariantData * FindStatByName
(
const FName & StatName
)