UGC Community Item
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.
These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Returned by UGC Query and related tools and represents the data of a UGC Item aka Workshop Item.
public class UserGeneratedContentReadCommunityItem
Type | Name | Notes |
---|---|---|
string | Title | The title of the item |
string | Description | The description of the item |
AppId_t | ConsumerApp | the app this item is meant to be used by |
PublishedFileID_t | FileId | The ID of the file |
CSteamID | Owner | The id of the Steam User that created the file |
DateTime | TimeCreated | The date and time this item was created |
DateTime | TimeUpdated | The most reacent date and time this item was updated |
uint | UpVotes | number of times this item has been up voted |
uint | DownVotes | number of times this item has been down voted |
float | VoteScore | the vote score of this item |
bool | IsBanned | if the item is banned |
bool | IsTagsTruncated | the tag string was to long and has been truncated |
bool | IsSubscribed | True if the item flags contains the subscribed flag |
bool | IsNeedsUpdated | True if the item flags contains the needs update flag |
bool | IsInstalled | True if the item flags contains the installed flag |
bool | IsDownloading | True if the items flags contains the downloading flag |
bool | IsDownloadPendeing | True if the items flags contains the download pending flag |
int | FileSize | the size of the related file |
EItemState | StateFlags | the flags related to the item, e.g subscribed, installed, needs update, etc. |
ERemoteStoragePublishedFileVisibility | Visibility | the visibility mode of the item |
string[] | Tags | the tags related to the item |
Texture2D | previewImage | the previewImage found if any. This will be destroyed when this item is deconstructed |
string | previewImageLocation | The location on disk for the preview image |
SteamUGCDetails_t | SourceItemDetails | The native Steamworks details object for this item |
Last modified 1mo ago