mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 08:24:18 +00:00
4.21 update
Former-commit-id: 91ebbaafc5a4f262d0b811c22b2a83799219fb15
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"FileVersion" : 3,
|
"FileVersion" : 3,
|
||||||
|
|
||||||
"FriendlyName" : "Advanced Sessions",
|
"FriendlyName" : "Advanced Sessions",
|
||||||
"Version" : 4.20,
|
"Version" : 4.21,
|
||||||
"VersionName": "4.20",
|
"VersionName": "4.21",
|
||||||
"Description" : "Adds new blueprint functions to handle more advanced session operations.",
|
"Description" : "Adds new blueprint functions to handle more advanced session operations.",
|
||||||
"Category" : "Advanced Sessions Plugin",
|
"Category" : "Advanced Sessions Plugin",
|
||||||
"CreatedBy" : "Joshua Statzer",
|
"CreatedBy" : "Joshua Statzer",
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
"FileVersion" : 3,
|
"FileVersion" : 3,
|
||||||
|
|
||||||
"FriendlyName" : "Advanced Steam Sessions",
|
"FriendlyName" : "Advanced Steam Sessions",
|
||||||
"Version" : 4.20,
|
"Version" : 4.21,
|
||||||
"VersionName": "4.20",
|
"VersionName": "4.21",
|
||||||
"Description" : "Adds new blueprint functions to handle more advanced session operations in Steam. REQUIRES ADVANCED SESSIONS",
|
"Description" : "Adds new blueprint functions to handle more advanced session operations in Steam. REQUIRES ADVANCED SESSIONS",
|
||||||
"Category" : "Advanced Sessions Plugin",
|
"Category" : "Advanced Sessions Plugin",
|
||||||
"CreatedBy" : "Joshua Statzer",
|
"CreatedBy" : "Joshua Statzer",
|
||||||
|
@@ -205,7 +205,16 @@ struct FBPSteamWorkshopItemDetails
|
|||||||
public:
|
public:
|
||||||
FBPSteamWorkshopItemDetails()
|
FBPSteamWorkshopItemDetails()
|
||||||
{
|
{
|
||||||
|
ResultOfRequest = FBPSteamResult::k_EResultOK;
|
||||||
|
FileType = FBPWorkshopFileType::k_EWorkshopFileTypeMax;
|
||||||
|
CreatorAppID = 0;
|
||||||
|
ConsumerAppID = 0;
|
||||||
|
VotesUp = 0;
|
||||||
|
VotesDown = 0;
|
||||||
|
CalculatedScore = 0.f;
|
||||||
|
bBanned = false;
|
||||||
|
bAcceptedForUse = false;
|
||||||
|
bTagsTruncated = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
FBPSteamWorkshopItemDetails(SteamUGCDetails_t &hUGCDetails)
|
FBPSteamWorkshopItemDetails(SteamUGCDetails_t &hUGCDetails)
|
||||||
|
Reference in New Issue
Block a user