Space Plunder
Loading...
Searching...
No Matches
SteamRequests.h File Reference
#include "CoreMinimal.h"
#include "Friends/SteamFriendsData.h"
#include "UObject/NoExportTypes.h"
#include "SteamRequests.generated.h"

Go to the source code of this file.

Classes

struct  FSteamStat
 
class  USteamRequests
 

Enumerations

enum class  ESteamStatType : uint8 { UMETA =(DisplayName = "Integer") , UMETA =(DisplayName = "Float") , UMETA =(DisplayName = "Average") }
 
enum class  ESteamGlobalStatType : uint8 { UMETA =(DisplayName = "Integer") , UMETA =(DisplayName = "Float") }
 

Enumeration Type Documentation

◆ ESteamGlobalStatType

enum class ESteamGlobalStatType : uint8
strong
Enumerator
UMETA 
UMETA 
22{
23 STAT_INT UMETA(DisplayName = "Integer"),
24 STAT_FLOAT UMETA(DisplayName = "Float"),
25};

◆ ESteamStatType

enum class ESteamStatType : uint8
strong
Enumerator
UMETA 
UMETA 
UMETA 
13{
14 STAT_INT UMETA(DisplayName = "Integer"),
15 STAT_FLOAT UMETA(DisplayName = "Float"),
16 STAT_AVGRATE UMETA(DisplayName = "Average"),
17};