|
|
void | SetServerApiClient (AccelByte::FServerApiClientPtr const &NewServerApiClientPtr) |
|
void | SearchContents (FAccelByteModelsUGCSearchContentsRequest const &Request, FDModelsUGCSearchContentsResponse const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=20, int32 Offset=0) |
|
void | SearchContentsSpecificToChannel (FString const &ChannelId, FAccelByteModelsUGCSearchContentsRequest const &Request, FDModelsUGCSearchContentsResponse const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=20, int32 Offset=0) |
|
void | ModifyContentByShareCode (FString const &UserId, FString const &ChannelId, FString const &ShareCode, FAccelByteModelsUGCUpdateRequest const &ModifyRequest, FDModelsUGCServerResponse const &OnSuccess, FDErrorHandler const &OnError) |
|
void | DeleteContentByShareCode (FString const &UserId, FString const &ChannelId, FString const &ShareCode, FDHandler const &OnSuccess, FDErrorHandler const &OnError) |
|
void | PublicGetContentByContentId (FString const &ContentId, FDModelsUGCContentResponse const &OnSuccess, FDErrorHandler const &OnError) |
|
void | PublicGetContentByShareCode (FString const &ShareCode, FDModelsUGCContentResponse const &OnSuccess, FDErrorHandler const &OnError) |
|
void | PublicGetContentBulk (TArray< FString > const &ContentIds, FDModelsUGCBulkContentResponse const &OnSuccess, FDErrorHandler const &OnError) |
|
void | PublicGetUserContent (FString const &UserId, FDModelsUGCContentPagingResponse const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0) |
|
void | PublicSearchContents (const FString &Name, const FString &Creator, const FString &Type, const FString &Subtype, const TArray< FString > &Tags, bool IsOfficial, const FString &UserId, FDModelsUGCSearchContentsPagingResponse const &OnSuccess, FDErrorHandler const &OnError, EAccelByteUgcSortBy SortBy=EAccelByteUgcSortBy::DATE, EAccelByteUgcOrderBy OrderBy=EAccelByteUgcOrderBy::DESC, int32 Limit=1000, int32 Offset=0) |
|
void | PublicSearchAllContents (FAccelByteModelsUGCSearchContentsRequest const &Request, FDModelsUGCSearchContentsPagingResponse const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=20, int32 Offset=0) |
|
void | PublicSearchContentsSpecificToChannelV2 (const FString &ChannelId, FDModelsUGCSearchContentsPagingResponseV2 const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0, EAccelByteUGCContentSortByV2 SortBy=EAccelByteUGCContentSortByV2::CREATED_TIME_ASC) |
|
void | PublicSearchContentsV2 (const FAccelByteModelsUGCFilterRequestV2 &Filter, FDModelsUGCSearchContentsPagingResponseV2 const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0, EAccelByteUGCContentSortByV2 SortBy=EAccelByteUGCContentSortByV2::CREATED_TIME_ASC) |
|
void | PublicGetContentBulkByIdsV2 (const TArray< FString > &ContentIds, FDModelsUGCBulkContentResponseV2 const &OnSuccess, FDErrorHandler const &OnError) |
|
void | PublicGetContentByShareCodeV2 (FString const &ShareCode, FDModelsUGCContentResponseV2 const &OnSuccess, FDErrorHandler const &OnError) |
|
void | PublicGetContentByContentIdV2 (FString const &ContentId, FDModelsUGCContentResponseV2 const &OnSuccess, FDErrorHandler const &OnError) |
|
void | PublicGetUserContentsV2 (const FString &UserId, FDModelsUGCContentPageResponseV2 const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0) |