41 UFUNCTION(BlueprintCallable, Category =
"Simple Steam Stats & Achievements")
42 static void GetUserStoredStats(TArray<FSteamStat> StatsToGet, TArray<FSteamStat>& StatsOut);
49 UFUNCTION(BlueprintCallable, Category =
"Simple Steam Stats & Achievements")
50 static void GetUserStoredStat(FString APIStatName,
ESteamStatType StatType, int32& IntegerValue,
float& FloatValue);
63 UFUNCTION(BlueprintCallable, Category =
"Simple Steam Stats & Achievements")
76 UFUNCTION(BlueprintCallable, Category =
"Simple Steam Stats & Achievements")
77 static int32 GetGlobalStatHistory(FString APIStatName,
ESteamGlobalStatType StatType, TArray<FString>& ValuesArray);
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition ChatSystemComponent.h:13