Loading...
Searching...
No Matches
AccelByte::Api::UGC Member List

This is the complete list of members for AccelByte::Api::UGC, including all inherited members.

AccelBytePlatformPtr (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
AddDownloadContentCountV2(FString const &ContentId, THandler< FAccelByteModelsUGCAddDownloadContentCountResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
BulkGetContentByShareCode(TArray< FString > const &ShareCodes, THandler< TArray< FAccelByteModelsUGCContentResponse > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
BulkGetContentByShareCodeV2(TArray< FString > const &ShareCodes, THandler< TArray< FAccelByteModelsUGCContentResponseV2 > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
CreateChannel(FString const &ChannelName, THandler< FAccelByteModelsUGCChannelResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
CreateContent(FString const &ChannelId, FAccelByteModelsUGCRequest const &UGCRequest, THandler< FAccelByteModelsUGCResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
CreateContent(FString const &ChannelId, FString const &Name, FString const &Type, FString const &SubType, TArray< FString > const &Tags, TArray< uint8 > const &Preview, FString const &FileExtension, THandler< FAccelByteModelsUGCResponse > const &OnSuccess, FErrorHandler const &OnError, FString const &ContentType=TEXT("application/octet-stream"))AccelByte::Api::UGC
CreateContentV2(FString const &ChannelId, FAccelByteModelsCreateUGCRequestV2 const &CreateRequest, THandler< FAccelByteModelsUGCCreateUGCResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
CredentialsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
DeleteChannel(FString const &ChannelId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
DeleteContent(FString const &ChannelId, FString const &ContentId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
DeleteContentByShareCode(FString const &ChannelId, FString const &ShareCode, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
DeleteContentScreenshotV2(FString const &ContentId, FString const &ScreenshotId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
DeleteContentV2(FString const &ChannelId, FString const &ContentId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
DeleteStagingContent(FString const &ContentId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
FApiBase(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) (defined in AccelByte::FApiBase)AccelByte::FApiBase
FApiBase(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) (defined in AccelByte::FApiBase)AccelByte::FApiBase
GenerateUploadContentURLV2(FString const &ChannelId, FString const &ContentId, FAccelByteModelsUploadContentURLRequestV2 const &UploadRequest, THandler< FAccelByteModelsUGCUploadContentURLResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetChannels(THandler< FAccelByteModelsUGCChannelsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0, FString const &ChannelName="")AccelByte::Api::UGC
GetChannels(FString const &UserId, THandler< FAccelByteModelsUGCChannelsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0, FString const &ChannelName="")AccelByte::Api::UGC
GetContentBulk(TArray< FString > const &ContentIds, THandler< TArray< FAccelByteModelsUGCContentResponse > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetContentBulkByIdsV2(TArray< FString > const &ContentIds, THandler< TArray< FAccelByteModelsUGCContentResponseV2 > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetContentByContentId(FString const &ContentId, THandler< FAccelByteModelsUGCContentResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetContentByContentIdV2(FString const &ContentId, THandler< FAccelByteModelsUGCContentResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetContentByShareCode(FString const &ShareCode, THandler< FAccelByteModelsUGCContentResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetContentByShareCodeV2(FString const &ShareCode, THandler< FAccelByteModelsUGCContentResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetContentPreview(FString const &ContentId, THandler< FAccelByteModelsUGCPreview > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetContentPreview(FString const &ContentId, THandler< TArray< uint8 > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetCreator(FString const &UserId, THandler< FAccelByteModelsUGCGetListFollowersResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetFollowedContent(THandler< FAccelByteModelsUGCContentPageResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
GetFollowedUsers(THandler< FAccelByteModelsUGCFollowedUsersResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
GetGroups(FString const &UserId, THandler< FAccelByteModelsUGCGetGroupsResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
GetLikedContent(TArray< FString > const &Tags, FString const &Name, FString const &Type, FString const &Subtype, bool IsOfficial, THandler< FAccelByteModelsUGCContentPageResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0, EAccelByteUgcSortBy SortBy=EAccelByteUgcSortBy::DATE, EAccelByteUgcOrderBy OrderBy=EAccelByteUgcOrderBy::DESC)AccelByte::Api::UGC
GetLikedContent(TArray< FString > const &Tags, FString const &Name, FString const &Type, FString const &Subtype, bool IsOfficial, THandler< FAccelByteModelsUGCContentPageResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0, EAccelByteLikedContentSortBy SortBy=EAccelByteLikedContentSortBy::DATE, EAccelByteUgcOrderBy OrderBy=EAccelByteUgcOrderBy::DESC)AccelByte::Api::UGC
GetListContentDownloaderV2(FString const &ContentId, THandler< FAccelByteModelsUGCGetPaginatedContentDownloaderResponseV2 > const &OnSuccess, FErrorHandler const &OnError, FString const &UserId=TEXT(""), int32 Limit=20, int32 Offset=0, EAccelByteUGCContentUtilitiesSortByV2 SortBy=EAccelByteUGCContentUtilitiesSortByV2::CREATED_TIME_DESC)AccelByte::Api::UGC
GetListContentLikerV2(FString const &ContentId, THandler< FAccelByteModelsUGCGetPaginatedContentLikerResponseV2 > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0, EAccelByteUGCContentUtilitiesSortByV2 SortBy=EAccelByteUGCContentUtilitiesSortByV2::CREATED_TIME_DESC)AccelByte::Api::UGC
GetListFollowers(FString const &UserId, THandler< FAccelByteModelsUGCGetListFollowersPagingResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
GetStagingContentById(FString const &ContentId, THandler< FAccelByteModelsUGCStagingContentResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
GetStagingContents(EStagingContentRequestStatus Status, THandler< FAccelByteModelsUGCPaginatedListStagingContentResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0, EAccelByteStagingContentUtilitiesSortBy SortBy=EAccelByteStagingContentUtilitiesSortBy::NONE)AccelByte::Api::UGC
GetTags(THandler< FAccelByteModelsUGCTagsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
GetTypes(THandler< FAccelByteModelsUGCTypesPagingResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
GetUserContent(FString const &UserId, THandler< FAccelByteModelsUGCContentPageResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
GetUserContentsV2(FString const &UserId, THandler< FAccelByteModelsUGCSearchContentsPagingResponseV2 > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0, EAccelByteUGCContentUtilitiesSortByV2 SortBy=EAccelByteUGCContentUtilitiesSortByV2::CREATED_TIME_DESC)AccelByte::Api::UGC
HttpClient (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
HttpRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
ModifyContent(FString const &ChannelId, FString const &ContentId, FAccelByteModelsUGCUpdateRequest const &ModifyRequest, THandler< FAccelByteModelsUGCResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
ModifyContent(FString const &ChannelId, FString const &ContentId, FAccelByteModelsUGCRequest const &UGCRequest, THandler< FAccelByteModelsUGCResponse > const &OnSuccess, FErrorHandler const &OnError, bool bUpdateContent=false)AccelByte::Api::UGC
ModifyContent(FString const &ChannelId, FString const &ContentId, FString const &Name, FString const &Type, FString const &SubType, TArray< FString > const &Tags, TArray< uint8 > const &Preview, FString const &FileExtension, THandler< FAccelByteModelsUGCResponse > const &OnSuccess, FErrorHandler const &OnError, FString const &ContentType=TEXT("application/octet-stream"), bool bUpdateContent=false)AccelByte::Api::UGC
ModifyContentByShareCode(FString const &ChannelId, FString const &ShareCode, FAccelByteModelsUGCUpdateRequest const &ModifyRequest, THandler< FAccelByteModelsUGCResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
ModifyContentShareCode(FString const &ChannelId, FString const &ContentId, FAccelByteModelsUGCModifyContentShareCodeRequest const &ModifyContentShareCodeRequest, THandler< FAccelByteModelsUGCResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
ModifyContentShareCodeV2(FString const &ChannelId, FString const &ContentId, FAccelByteModelsUGCModifyContentShareCodeRequest const &ModifyContentShareCodeRequest, THandler< FAccelByteModelsUGCCreateUGCResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
ModifyContentV2(FString const &ChannelId, FString const &ContentId, FAccelByteModelsModifyUGCRequestV2 const &ModifyRequest, THandler< FAccelByteModelsUGCModifyUGCResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
PublicGetContentBulk(TArray< FString > const &ContentIds, THandler< TArray< FAccelByteModelsUGCContentResponse > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
PublicGetContentBulkByIdsV2(TArray< FString > const &ContentIds, THandler< TArray< FAccelByteModelsUGCContentResponseV2 > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
PublicGetContentByContentId(FString const &ContentId, THandler< FAccelByteModelsUGCContentResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
PublicGetContentByContentIdV2(FString const &ContentId, THandler< FAccelByteModelsUGCContentResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
PublicGetContentByShareCode(FString const &ShareCode, THandler< FAccelByteModelsUGCContentResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
PublicGetContentByShareCodeV2(FString const &ShareCode, THandler< FAccelByteModelsUGCContentResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
PublicGetUserContent(FString const &UserId, THandler< FAccelByteModelsUGCContentPageResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
PublicGetUserContentsV2(FString const &UserId, THandler< FAccelByteModelsUGCSearchContentsPagingResponseV2 > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0, EAccelByteUGCContentUtilitiesSortByV2 SortBy=EAccelByteUGCContentUtilitiesSortByV2::CREATED_TIME_DESC)AccelByte::Api::UGC
PublicSearchContents(FString const &Name, FString const &Creator, FString const &Type, FString const &Subtype, TArray< FString > const &Tags, bool IsOfficial, FString const &UserId, THandler< FAccelByteModelsUGCSearchContentsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, EAccelByteUgcSortBy SortBy=EAccelByteUgcSortBy::DATE, EAccelByteUgcOrderBy OrderBy=EAccelByteUgcOrderBy::DESC, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
PublicSearchContents(FAccelByteModelsUGCSearchContentsRequest const &Request, THandler< FAccelByteModelsUGCSearchContentsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0)AccelByte::Api::UGC
PublicSearchContentsSpecificToChannelV2(FString const &ChannelId, THandler< FAccelByteModelsUGCSearchContentsPagingResponseV2 > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0, EAccelByteUGCContentUtilitiesSortByV2 SortBy=EAccelByteUGCContentUtilitiesSortByV2::CREATED_TIME_DESC)AccelByte::Api::UGC
PublicSearchContentsV2(FAccelByteModelsUGCFilterRequestV2 const &Filter, THandler< FAccelByteModelsUGCSearchContentsPagingResponseV2 > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0, EAccelByteUGCContentSortByV2 SortBy=EAccelByteUGCContentSortByV2::CREATED_TIME_DESC)AccelByte::Api::UGC
SearchContents(FString const &Name, FString const &Creator, FString const &Type, FString const &Subtype, TArray< FString > const &Tags, bool IsOfficial, FString const &UserId, THandler< FAccelByteModelsUGCSearchContentsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, EAccelByteUgcSortBy SortBy=EAccelByteUgcSortBy::DATE, EAccelByteUgcOrderBy OrderBy=EAccelByteUgcOrderBy::DESC, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
SearchContents(FAccelByteModelsUGCSearchContentsRequest const &Request, THandler< FAccelByteModelsUGCSearchContentsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0)AccelByte::Api::UGC
SearchContentsSpecificToChannel(FString const &ChannelId, FString const &Name, FString const &Creator, FString const &Type, FString const &Subtype, TArray< FString > const &Tags, bool IsOfficial, FString const &UserId, THandler< FAccelByteModelsUGCSearchContentsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, EAccelByteUgcSortBy SortBy=EAccelByteUgcSortBy::DATE, EAccelByteUgcOrderBy OrderBy=EAccelByteUgcOrderBy::DESC, int32 Limit=1000, int32 Offset=0)AccelByte::Api::UGC
SearchContentsSpecificToChannel(FString const &ChannelId, FAccelByteModelsUGCSearchContentsRequest const &Request, THandler< FAccelByteModelsUGCSearchContentsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0)AccelByte::Api::UGC
SearchContentsSpecificToChannelV2(FString const &ChannelId, THandler< FAccelByteModelsUGCSearchContentsPagingResponseV2 > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0, EAccelByteUGCContentUtilitiesSortByV2 SortBy=EAccelByteUGCContentUtilitiesSortByV2::CREATED_TIME_DESC)AccelByte::Api::UGC
SearchContentsV2(FAccelByteModelsUGCFilterRequestV2 const &Filter, THandler< FAccelByteModelsUGCSearchContentsPagingResponseV2 > const &OnSuccess, FErrorHandler const &OnError, int32 Limit=20, int32 Offset=0, EAccelByteUGCContentSortByV2 SortBy=EAccelByteUGCContentSortByV2::CREATED_TIME_DESC)AccelByte::Api::UGC
SetApiClient(TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) (defined in AccelByte::FApiBase)AccelByte::FApiBase
SettingsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
UGC(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient=nullptr) (defined in AccelByte::Api::UGC)AccelByte::Api::UGC
UGC(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) (defined in AccelByte::Api::UGC)AccelByte::Api::UGC
UpdateChannel(FString const &ChannelId, FString const &ChannelName, THandler< FAccelByteModelsUGCChannelResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
UpdateContentFileLocationV2(FString const &ChannelId, FString const &ContentId, FString const &FileExtension, FString const &S3Key, THandler< FAccelByteModelsUGCUpdateContentFileLocationResponseV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
UpdateContentScreenshotV2(FString const &ContentId, FAccelByteModelsUGCUpdateScreenshotsV2 const &ScreenshotsRequest, THandler< FAccelByteModelsUGCUpdateScreenshotsV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
UpdateFollowStatusToUser(FString const &UserId, bool bFollowStatus, THandler< FAccelByteModelsUGCUpdateFollowStatusToUserResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
UpdateLikeStatusToContent(FString const &ContentId, bool bLikeStatus, THandler< FAccelByteModelsUGCUpdateLikeStatusToContentResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
UpdateLikeStatusToContentV2(FString const &ContentId, bool bLikeStatus, THandler< FAccelByteModelsUGCUpdateLikeStatusToContentResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
UpdateStagingContent(FString const &ContentId, FAccelByteModelsUGCUpdateContentFileLocationRequestV2 UpdateRequest, THandler< FAccelByteModelsUGCStagingContentResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
UploadContentScreenshot(FString const &ContentId, FString const &UserId, FAccelByteModelsUGCScreenshotsRequest ScreenshotsRequest, THandler< FAccelByteModelsUGCUpdateContentScreenshotResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
UploadContentScreenshotV2(FString const &ContentId, FAccelByteModelsUGCUploadScreenshotsRequestV2 const &ScreenshotsRequest, THandler< FAccelByteModelsUGCUpdateContentScreenshotResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UGC
ValidateAccelByteId(FString const &Id, EAccelByteIdHypensRule HypenRule, FString const &ErrorMessage, T const &OnError) (defined in AccelByte::FApiBase)AccelByte::FApiBaseinlineprotected
~UGC() (defined in AccelByte::Api::UGC)AccelByte::Api::UGCvirtual