Heathen KB
GitHub Sponsor
Home Page
Asset Store
Search…
General
Introduction
Heathen Group
General Guides
Asset Developers
Lore
Introduction
Ireland
Assets
Licensing
Art Assets
Blockchain Game SDK
PhysKit
Steamworks
Installation
Learning
API
Components
Objects
Achievement Object
Authentication Session
Authentication Ticket
Avg Rate Stat
Chat Room
Clan
Clan Chat Msg
Currency
Data Model
DLC Data
Downloadable Content Object
Favorite Game
Float Stat
Input Action
Input Action Data
Input Action Set
Input Action Set Layer
Int Stat
Inventory Result
Item Detail
Item Definition
Leaderboard Entry
Leaderboard Object
Lobby
Lobby Chat Msg
Lobby Game Server
Lobby Member
Party Beacon Details
Rank Change
Remote Storage File
Steam Settings
UGC Query
UGC Community Item
User Data
User Leave Data
User Lobby Leave Data
Workshop Item Data
Workshop Item Data Create Status
Workshop Item Key Value Tag
Workshop Item Preview File
Enums
uGUI Tools
System Core
User eXperience [UX]
Services
Introduction
Consulting & Contracting
Publishing
Powered By
GitBook
UGC Community Item
Introduction
Returned by UGC Query and related tools and represents the data of a UGC Item aka Workshop Item.
1
public
class
UserGeneratedContentReadCommunityItem
Copied!
Definition
Fields and Attributes
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
Previous
UGC Query
Next
User Data
Last modified
3mo ago
Copy link
Contents
Introduction
Definition
Fields and Attributes