Space Plunder
Loading...
Searching...
No Matches
FSteamStat Struct Reference

#include <SteamRequests.h>

Public Member Functions

 FSteamStat ()
 
 FSteamStat (const FString &APIName, const ESteamStatType Type)
 

Public Attributes

FString FriendlyStatName
 
FString APIStatName
 
ESteamStatType StatType
 
int32 IntegerValue
 
float FloatValue
 

Constructor & Destructor Documentation

◆ FSteamStat() [1/2]

FSteamStat::FSteamStat ( )
inline
46 {
48 APIStatName = "";
49 StatType = ESteamStatType::STAT_INT;
50 IntegerValue = 0;
51 FloatValue = 0.f;
52 }
float FloatValue
Definition SteamRequests.h:42
ESteamStatType StatType
Definition SteamRequests.h:38
FString FriendlyStatName
Definition SteamRequests.h:34
FString APIStatName
Definition SteamRequests.h:36
int32 IntegerValue
Definition SteamRequests.h:40

◆ FSteamStat() [2/2]

FSteamStat::FSteamStat ( const FString & APIName,
const ESteamStatType Type )
inlineexplicit
54 {
56 APIStatName = APIName;
57 StatType = Type;
58 IntegerValue = 0;
59 FloatValue = 0.f;
60 }

Member Data Documentation

◆ APIStatName

FString FSteamStat::APIStatName

◆ FloatValue

float FSteamStat::FloatValue

◆ FriendlyStatName

FString FSteamStat::FriendlyStatName

◆ IntegerValue

int32 FSteamStat::IntegerValue

◆ StatType

ESteamStatType FSteamStat::StatType

The documentation for this struct was generated from the following file: