Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
Steamworks.SteamUGC Class Reference

Static Public Member Functions

static SteamAPICall_t AddAppDependency (PublishedFileId_t nPublishedFileID, AppId_t nAppID)
 
static SteamAPICall_t AddDependency (PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID)
 
static bool AddExcludedTag (UGCQueryHandle_t handle, string pTagName)
 
static bool AddItemKeyValueTag (UGCUpdateHandle_t handle, string pchKey, string pchValue)
 
static bool AddItemPreviewFile (UGCUpdateHandle_t handle, string pszPreviewFile, EItemPreviewType type)
 
static bool AddItemPreviewVideo (UGCUpdateHandle_t handle, string pszVideoID)
 
static SteamAPICall_t AddItemToFavorites (AppId_t nAppId, PublishedFileId_t nPublishedFileID)
 
static bool AddRequiredKeyValueTag (UGCQueryHandle_t handle, string pKey, string pValue)
 
static bool AddRequiredTag (UGCQueryHandle_t handle, string pTagName)
 
static bool BInitWorkshopForGameServer (DepotId_t unWorkshopDepotID, string pszFolder)
 
static SteamAPICall_t CreateItem (AppId_t nConsumerAppId, EWorkshopFileType eFileType)
 
static UGCQueryHandle_t CreateQueryAllUGCRequest (EUGCQuery eQueryType, EUGCMatchingUGCType eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint unPage)
 
static UGCQueryHandle_t CreateQueryUGCDetailsRequest (PublishedFileId_t[] pvecPublishedFileID, uint unNumPublishedFileIDs)
 
static UGCQueryHandle_t CreateQueryUserUGCRequest (AccountID_t unAccountID, EUserUGCList eListType, EUGCMatchingUGCType eMatchingUGCType, EUserUGCListSortOrder eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint unPage)
 
static SteamAPICall_t DeleteItem (PublishedFileId_t nPublishedFileID)
 
static bool DownloadItem (PublishedFileId_t nPublishedFileID, bool bHighPriority)
 
static SteamAPICall_t GetAppDependencies (PublishedFileId_t nPublishedFileID)
 
static bool GetItemDownloadInfo (PublishedFileId_t nPublishedFileID, out ulong punBytesDownloaded, out ulong punBytesTotal)
 
static bool GetItemInstallInfo (PublishedFileId_t nPublishedFileID, out ulong punSizeOnDisk, out string pchFolder, uint cchFolderSize, out uint punTimeStamp)
 
static uint GetItemState (PublishedFileId_t nPublishedFileID)
 
static EItemUpdateStatus GetItemUpdateProgress (UGCUpdateHandle_t handle, out ulong punBytesProcessed, out ulong punBytesTotal)
 
static uint GetNumSubscribedItems ()
 
static bool GetQueryUGCAdditionalPreview (UGCQueryHandle_t handle, uint index, uint previewIndex, out string pchURLOrVideoID, uint cchURLSize, out string pchOriginalFileName, uint cchOriginalFileNameSize, out EItemPreviewType pPreviewType)
 
static bool GetQueryUGCChildren (UGCQueryHandle_t handle, uint index, PublishedFileId_t[] pvecPublishedFileID, uint cMaxEntries)
 
static bool GetQueryUGCKeyValueTag (UGCQueryHandle_t handle, uint index, uint keyValueTagIndex, out string pchKey, uint cchKeySize, out string pchValue, uint cchValueSize)
 
static bool GetQueryUGCMetadata (UGCQueryHandle_t handle, uint index, out string pchMetadata, uint cchMetadatasize)
 
static uint GetQueryUGCNumAdditionalPreviews (UGCQueryHandle_t handle, uint index)
 
static uint GetQueryUGCNumKeyValueTags (UGCQueryHandle_t handle, uint index)
 
static bool GetQueryUGCPreviewURL (UGCQueryHandle_t handle, uint index, out string pchURL, uint cchURLSize)
 
static bool GetQueryUGCResult (UGCQueryHandle_t handle, uint index, out SteamUGCDetails_t pDetails)
 
static bool GetQueryUGCStatistic (UGCQueryHandle_t handle, uint index, EItemStatistic eStatType, out ulong pStatValue)
 
static uint GetSubscribedItems (PublishedFileId_t[] pvecPublishedFileID, uint cMaxEntries)
 
static SteamAPICall_t GetUserItemVote (PublishedFileId_t nPublishedFileID)
 
static bool ReleaseQueryUGCRequest (UGCQueryHandle_t handle)
 
static SteamAPICall_t RemoveAppDependency (PublishedFileId_t nPublishedFileID, AppId_t nAppID)
 
static SteamAPICall_t RemoveDependency (PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID)
 
static SteamAPICall_t RemoveItemFromFavorites (AppId_t nAppId, PublishedFileId_t nPublishedFileID)
 
static bool RemoveItemKeyValueTags (UGCUpdateHandle_t handle, string pchKey)
 
static bool RemoveItemPreview (UGCUpdateHandle_t handle, uint index)
 
static SteamAPICall_t RequestUGCDetails (PublishedFileId_t nPublishedFileID, uint unMaxAgeSeconds)
 
static SteamAPICall_t SendQueryUGCRequest (UGCQueryHandle_t handle)
 
static bool SetAllowCachedResponse (UGCQueryHandle_t handle, uint unMaxAgeSeconds)
 
static bool SetCloudFileNameFilter (UGCQueryHandle_t handle, string pMatchCloudFileName)
 
static bool SetItemContent (UGCUpdateHandle_t handle, string pszContentFolder)
 
static bool SetItemDescription (UGCUpdateHandle_t handle, string pchDescription)
 
static bool SetItemMetadata (UGCUpdateHandle_t handle, string pchMetaData)
 
static bool SetItemPreview (UGCUpdateHandle_t handle, string pszPreviewFile)
 
static bool SetItemTags (UGCUpdateHandle_t updateHandle, System.Collections.Generic.IList< string > pTags)
 
static bool SetItemTitle (UGCUpdateHandle_t handle, string pchTitle)
 
static bool SetItemUpdateLanguage (UGCUpdateHandle_t handle, string pchLanguage)
 
static bool SetItemVisibility (UGCUpdateHandle_t handle, ERemoteStoragePublishedFileVisibility eVisibility)
 
static bool SetLanguage (UGCQueryHandle_t handle, string pchLanguage)
 
static bool SetMatchAnyTag (UGCQueryHandle_t handle, bool bMatchAnyTag)
 
static bool SetRankedByTrendDays (UGCQueryHandle_t handle, uint unDays)
 
static bool SetReturnAdditionalPreviews (UGCQueryHandle_t handle, bool bReturnAdditionalPreviews)
 
static bool SetReturnChildren (UGCQueryHandle_t handle, bool bReturnChildren)
 
static bool SetReturnKeyValueTags (UGCQueryHandle_t handle, bool bReturnKeyValueTags)
 
static bool SetReturnLongDescription (UGCQueryHandle_t handle, bool bReturnLongDescription)
 
static bool SetReturnMetadata (UGCQueryHandle_t handle, bool bReturnMetadata)
 
static bool SetReturnOnlyIDs (UGCQueryHandle_t handle, bool bReturnOnlyIDs)
 
static bool SetReturnPlaytimeStats (UGCQueryHandle_t handle, uint unDays)
 
static bool SetReturnTotalOnly (UGCQueryHandle_t handle, bool bReturnTotalOnly)
 
static bool SetSearchText (UGCQueryHandle_t handle, string pSearchText)
 
static SteamAPICall_t SetUserItemVote (PublishedFileId_t nPublishedFileID, bool bVoteUp)
 
static UGCUpdateHandle_t StartItemUpdate (AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID)
 
static SteamAPICall_t StartPlaytimeTracking (PublishedFileId_t[] pvecPublishedFileID, uint unNumPublishedFileIDs)
 
static SteamAPICall_t StopPlaytimeTracking (PublishedFileId_t[] pvecPublishedFileID, uint unNumPublishedFileIDs)
 
static SteamAPICall_t StopPlaytimeTrackingForAllItems ()
 
static SteamAPICall_t SubmitItemUpdate (UGCUpdateHandle_t handle, string pchChangeNote)
 
static SteamAPICall_t SubscribeItem (PublishedFileId_t nPublishedFileID)
 
static void SuspendDownloads (bool bSuspend)
 
static SteamAPICall_t UnsubscribeItem (PublishedFileId_t nPublishedFileID)
 
static bool UpdateItemPreviewFile (UGCUpdateHandle_t handle, uint index, string pszPreviewFile)
 
static bool UpdateItemPreviewVideo (UGCUpdateHandle_t handle, uint index, string pszVideoID)
 

Member Function Documentation

static SteamAPICall_t Steamworks.SteamUGC.AddAppDependency ( PublishedFileId_t  nPublishedFileID,
AppId_t  nAppID 
)
inlinestatic

add/remove app dependence/requirements (usually DLC)

static SteamAPICall_t Steamworks.SteamUGC.AddDependency ( PublishedFileId_t  nParentPublishedFileID,
PublishedFileId_t  nChildPublishedFileID 
)
inlinestatic

parent-child relationship or dependency management

static bool Steamworks.SteamUGC.AddExcludedTag ( UGCQueryHandle_t  handle,
string  pTagName 
)
inlinestatic
static bool Steamworks.SteamUGC.AddItemKeyValueTag ( UGCUpdateHandle_t  handle,
string  pchKey,
string  pchValue 
)
inlinestatic

add new key-value tags for the item. Note that there can be multiple values for a tag.

static bool Steamworks.SteamUGC.AddItemPreviewFile ( UGCUpdateHandle_t  handle,
string  pszPreviewFile,
EItemPreviewType  type 
)
inlinestatic

add preview file for this item. pszPreviewFile points to local file, which must be under 1MB in size

static bool Steamworks.SteamUGC.AddItemPreviewVideo ( UGCUpdateHandle_t  handle,
string  pszVideoID 
)
inlinestatic

add preview video for this item

static SteamAPICall_t Steamworks.SteamUGC.AddItemToFavorites ( AppId_t  nAppId,
PublishedFileId_t  nPublishedFileID 
)
inlinestatic
static bool Steamworks.SteamUGC.AddRequiredKeyValueTag ( UGCQueryHandle_t  handle,
string  pKey,
string  pValue 
)
inlinestatic
static bool Steamworks.SteamUGC.AddRequiredTag ( UGCQueryHandle_t  handle,
string  pTagName 
)
inlinestatic

Options to set for querying UGC

static bool Steamworks.SteamUGC.BInitWorkshopForGameServer ( DepotId_t  unWorkshopDepotID,
string  pszFolder 
)
inlinestatic

game servers can set a specific workshop folder before issuing any UGC commands.

This is helpful if you want to support multiple game servers running out of the same install folder

static SteamAPICall_t Steamworks.SteamUGC.CreateItem ( AppId_t  nConsumerAppId,
EWorkshopFileType  eFileType 
)
inlinestatic

Steam Workshop Creator API

create new item for this app with no content attached yet

static UGCQueryHandle_t Steamworks.SteamUGC.CreateQueryAllUGCRequest ( EUGCQuery  eQueryType,
EUGCMatchingUGCType  eMatchingeMatchingUGCTypeFileType,
AppId_t  nCreatorAppID,
AppId_t  nConsumerAppID,
uint  unPage 
)
inlinestatic

Query for all matching UGC. Creator app id or consumer app id must be valid and be set to the current running app. unPage should start at 1.

static UGCQueryHandle_t Steamworks.SteamUGC.CreateQueryUGCDetailsRequest ( PublishedFileId_t[]  pvecPublishedFileID,
uint  unNumPublishedFileIDs 
)
inlinestatic

Query for the details of the given published file ids (the RequestUGCDetails call is deprecated and replaced with this)

static UGCQueryHandle_t Steamworks.SteamUGC.CreateQueryUserUGCRequest ( AccountID_t  unAccountID,
EUserUGCList  eListType,
EUGCMatchingUGCType  eMatchingUGCType,
EUserUGCListSortOrder  eSortOrder,
AppId_t  nCreatorAppID,
AppId_t  nConsumerAppID,
uint  unPage 
)
inlinestatic

Query UGC associated with a user. Creator app id or consumer app id must be valid and be set to the current running app. unPage should start at 1.

static SteamAPICall_t Steamworks.SteamUGC.DeleteItem ( PublishedFileId_t  nPublishedFileID)
inlinestatic

delete the item without prompting the user

static bool Steamworks.SteamUGC.DownloadItem ( PublishedFileId_t  nPublishedFileID,
bool  bHighPriority 
)
inlinestatic

download new or update already installed item. If function returns true, wait for DownloadItemResult_t. If the item is already installed,

then files on disk should not be used until callback received. If item is not subscribed to, it will be cached for some time.

If bHighPriority is set, any other item download will be suspended and this item downloaded ASAP.

static SteamAPICall_t Steamworks.SteamUGC.GetAppDependencies ( PublishedFileId_t  nPublishedFileID)
inlinestatic

request app dependencies. note that whatever callback you register for GetAppDependenciesResult_t may be called multiple times

until all app dependencies have been returned

static bool Steamworks.SteamUGC.GetItemDownloadInfo ( PublishedFileId_t  nPublishedFileID,
out ulong  punBytesDownloaded,
out ulong  punBytesTotal 
)
inlinestatic

get info about pending update for items that have k_EItemStateNeedsUpdate set. punBytesTotal will be valid after download started once

static bool Steamworks.SteamUGC.GetItemInstallInfo ( PublishedFileId_t  nPublishedFileID,
out ulong  punSizeOnDisk,
out string  pchFolder,
uint  cchFolderSize,
out uint  punTimeStamp 
)
inlinestatic

get info about currently installed content on disc for items that have k_EItemStateInstalled set

if k_EItemStateLegacyItem is set, pchFolder contains the path to the legacy file itself (not a folder)

static uint Steamworks.SteamUGC.GetItemState ( PublishedFileId_t  nPublishedFileID)
inlinestatic

get EItemState flags about item on this client

static EItemUpdateStatus Steamworks.SteamUGC.GetItemUpdateProgress ( UGCUpdateHandle_t  handle,
out ulong  punBytesProcessed,
out ulong  punBytesTotal 
)
inlinestatic
static uint Steamworks.SteamUGC.GetNumSubscribedItems ( )
inlinestatic

number of subscribed items

static bool Steamworks.SteamUGC.GetQueryUGCAdditionalPreview ( UGCQueryHandle_t  handle,
uint  index,
uint  previewIndex,
out string  pchURLOrVideoID,
uint  cchURLSize,
out string  pchOriginalFileName,
uint  cchOriginalFileNameSize,
out EItemPreviewType  pPreviewType 
)
inlinestatic
static bool Steamworks.SteamUGC.GetQueryUGCChildren ( UGCQueryHandle_t  handle,
uint  index,
PublishedFileId_t[]  pvecPublishedFileID,
uint  cMaxEntries 
)
inlinestatic
static bool Steamworks.SteamUGC.GetQueryUGCKeyValueTag ( UGCQueryHandle_t  handle,
uint  index,
uint  keyValueTagIndex,
out string  pchKey,
uint  cchKeySize,
out string  pchValue,
uint  cchValueSize 
)
inlinestatic
static bool Steamworks.SteamUGC.GetQueryUGCMetadata ( UGCQueryHandle_t  handle,
uint  index,
out string  pchMetadata,
uint  cchMetadatasize 
)
inlinestatic
static uint Steamworks.SteamUGC.GetQueryUGCNumAdditionalPreviews ( UGCQueryHandle_t  handle,
uint  index 
)
inlinestatic
static uint Steamworks.SteamUGC.GetQueryUGCNumKeyValueTags ( UGCQueryHandle_t  handle,
uint  index 
)
inlinestatic
static bool Steamworks.SteamUGC.GetQueryUGCPreviewURL ( UGCQueryHandle_t  handle,
uint  index,
out string  pchURL,
uint  cchURLSize 
)
inlinestatic
static bool Steamworks.SteamUGC.GetQueryUGCResult ( UGCQueryHandle_t  handle,
uint  index,
out SteamUGCDetails_t  pDetails 
)
inlinestatic

Retrieve an individual result after receiving the callback for querying UGC

static bool Steamworks.SteamUGC.GetQueryUGCStatistic ( UGCQueryHandle_t  handle,
uint  index,
EItemStatistic  eStatType,
out ulong  pStatValue 
)
inlinestatic
static uint Steamworks.SteamUGC.GetSubscribedItems ( PublishedFileId_t[]  pvecPublishedFileID,
uint  cMaxEntries 
)
inlinestatic

all subscribed item PublishFileIDs

static SteamAPICall_t Steamworks.SteamUGC.GetUserItemVote ( PublishedFileId_t  nPublishedFileID)
inlinestatic
static bool Steamworks.SteamUGC.ReleaseQueryUGCRequest ( UGCQueryHandle_t  handle)
inlinestatic

Release the request to free up memory, after retrieving results

static SteamAPICall_t Steamworks.SteamUGC.RemoveAppDependency ( PublishedFileId_t  nPublishedFileID,
AppId_t  nAppID 
)
inlinestatic
static SteamAPICall_t Steamworks.SteamUGC.RemoveDependency ( PublishedFileId_t  nParentPublishedFileID,
PublishedFileId_t  nChildPublishedFileID 
)
inlinestatic
static SteamAPICall_t Steamworks.SteamUGC.RemoveItemFromFavorites ( AppId_t  nAppId,
PublishedFileId_t  nPublishedFileID 
)
inlinestatic
static bool Steamworks.SteamUGC.RemoveItemKeyValueTags ( UGCUpdateHandle_t  handle,
string  pchKey 
)
inlinestatic

remove any existing key-value tags with the specified key

static bool Steamworks.SteamUGC.RemoveItemPreview ( UGCUpdateHandle_t  handle,
uint  index 
)
inlinestatic

remove a preview by index starting at 0 (previews are sorted)

static SteamAPICall_t Steamworks.SteamUGC.RequestUGCDetails ( PublishedFileId_t  nPublishedFileID,
uint  unMaxAgeSeconds 
)
inlinestatic

DEPRECATED - Use CreateQueryUGCDetailsRequest call above instead!

static SteamAPICall_t Steamworks.SteamUGC.SendQueryUGCRequest ( UGCQueryHandle_t  handle)
inlinestatic

Send the query to Steam

static bool Steamworks.SteamUGC.SetAllowCachedResponse ( UGCQueryHandle_t  handle,
uint  unMaxAgeSeconds 
)
inlinestatic
static bool Steamworks.SteamUGC.SetCloudFileNameFilter ( UGCQueryHandle_t  handle,
string  pMatchCloudFileName 
)
inlinestatic

Options only for querying user UGC

static bool Steamworks.SteamUGC.SetItemContent ( UGCUpdateHandle_t  handle,
string  pszContentFolder 
)
inlinestatic

update item content from this local folder

static bool Steamworks.SteamUGC.SetItemDescription ( UGCUpdateHandle_t  handle,
string  pchDescription 
)
inlinestatic

change the description of an UGC item

static bool Steamworks.SteamUGC.SetItemMetadata ( UGCUpdateHandle_t  handle,
string  pchMetaData 
)
inlinestatic

change the metadata of an UGC item (max = k_cchDeveloperMetadataMax)

static bool Steamworks.SteamUGC.SetItemPreview ( UGCUpdateHandle_t  handle,
string  pszPreviewFile 
)
inlinestatic

change preview image file for this item. pszPreviewFile points to local image file, which must be under 1MB in size

static bool Steamworks.SteamUGC.SetItemTags ( UGCUpdateHandle_t  updateHandle,
System.Collections.Generic.IList< string >  pTags 
)
inlinestatic

change the tags of an UGC item

static bool Steamworks.SteamUGC.SetItemTitle ( UGCUpdateHandle_t  handle,
string  pchTitle 
)
inlinestatic

change the title of an UGC item

static bool Steamworks.SteamUGC.SetItemUpdateLanguage ( UGCUpdateHandle_t  handle,
string  pchLanguage 
)
inlinestatic

specify the language of the title or description that will be set

static bool Steamworks.SteamUGC.SetItemVisibility ( UGCUpdateHandle_t  handle,
ERemoteStoragePublishedFileVisibility  eVisibility 
)
inlinestatic

change the visibility of an UGC item

static bool Steamworks.SteamUGC.SetLanguage ( UGCQueryHandle_t  handle,
string  pchLanguage 
)
inlinestatic
static bool Steamworks.SteamUGC.SetMatchAnyTag ( UGCQueryHandle_t  handle,
bool  bMatchAnyTag 
)
inlinestatic

Options only for querying all UGC

static bool Steamworks.SteamUGC.SetRankedByTrendDays ( UGCQueryHandle_t  handle,
uint  unDays 
)
inlinestatic
static bool Steamworks.SteamUGC.SetReturnAdditionalPreviews ( UGCQueryHandle_t  handle,
bool  bReturnAdditionalPreviews 
)
inlinestatic
static bool Steamworks.SteamUGC.SetReturnChildren ( UGCQueryHandle_t  handle,
bool  bReturnChildren 
)
inlinestatic
static bool Steamworks.SteamUGC.SetReturnKeyValueTags ( UGCQueryHandle_t  handle,
bool  bReturnKeyValueTags 
)
inlinestatic
static bool Steamworks.SteamUGC.SetReturnLongDescription ( UGCQueryHandle_t  handle,
bool  bReturnLongDescription 
)
inlinestatic
static bool Steamworks.SteamUGC.SetReturnMetadata ( UGCQueryHandle_t  handle,
bool  bReturnMetadata 
)
inlinestatic
static bool Steamworks.SteamUGC.SetReturnOnlyIDs ( UGCQueryHandle_t  handle,
bool  bReturnOnlyIDs 
)
inlinestatic
static bool Steamworks.SteamUGC.SetReturnPlaytimeStats ( UGCQueryHandle_t  handle,
uint  unDays 
)
inlinestatic
static bool Steamworks.SteamUGC.SetReturnTotalOnly ( UGCQueryHandle_t  handle,
bool  bReturnTotalOnly 
)
inlinestatic
static bool Steamworks.SteamUGC.SetSearchText ( UGCQueryHandle_t  handle,
string  pSearchText 
)
inlinestatic
static SteamAPICall_t Steamworks.SteamUGC.SetUserItemVote ( PublishedFileId_t  nPublishedFileID,
bool  bVoteUp 
)
inlinestatic

Steam Workshop Consumer API

static UGCUpdateHandle_t Steamworks.SteamUGC.StartItemUpdate ( AppId_t  nConsumerAppId,
PublishedFileId_t  nPublishedFileID 
)
inlinestatic

start an UGC item update. Set changed properties before commiting update with CommitItemUpdate()

static SteamAPICall_t Steamworks.SteamUGC.StartPlaytimeTracking ( PublishedFileId_t[]  pvecPublishedFileID,
uint  unNumPublishedFileIDs 
)
inlinestatic

usage tracking

static SteamAPICall_t Steamworks.SteamUGC.StopPlaytimeTracking ( PublishedFileId_t[]  pvecPublishedFileID,
uint  unNumPublishedFileIDs 
)
inlinestatic
static SteamAPICall_t Steamworks.SteamUGC.StopPlaytimeTrackingForAllItems ( )
inlinestatic
static SteamAPICall_t Steamworks.SteamUGC.SubmitItemUpdate ( UGCUpdateHandle_t  handle,
string  pchChangeNote 
)
inlinestatic

commit update process started with StartItemUpdate()

static SteamAPICall_t Steamworks.SteamUGC.SubscribeItem ( PublishedFileId_t  nPublishedFileID)
inlinestatic

subscribe to this item, will be installed ASAP

static void Steamworks.SteamUGC.SuspendDownloads ( bool  bSuspend)
inlinestatic

SuspendDownloads( true ) will suspend all workshop downloads until SuspendDownloads( false ) is called or the game ends

static SteamAPICall_t Steamworks.SteamUGC.UnsubscribeItem ( PublishedFileId_t  nPublishedFileID)
inlinestatic

unsubscribe from this item, will be uninstalled after game quits

static bool Steamworks.SteamUGC.UpdateItemPreviewFile ( UGCUpdateHandle_t  handle,
uint  index,
string  pszPreviewFile 
)
inlinestatic

updates an existing preview file for this item. pszPreviewFile points to local file, which must be under 1MB in size

static bool Steamworks.SteamUGC.UpdateItemPreviewVideo ( UGCUpdateHandle_t  handle,
uint  index,
string  pszVideoID 
)
inlinestatic

updates an existing preview video for this item


The documentation for this class was generated from the following file: