Loading...
Searching...
No Matches
UABServerUGC Member List

This is the complete list of members for UABServerUGC, including all inherited members.

DeleteContentByShareCode(FString const &UserId, FString const &ChannelId, FString const &ShareCode, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABServerUGC)UABServerUGC
ModifyContentByShareCode(FString const &UserId, FString const &ChannelId, FString const &ShareCode, FAccelByteModelsUGCUpdateRequest const &ModifyRequest, FDModelsUGCServerResponse const &OnSuccess, FDErrorHandler const &OnError) (defined in UABServerUGC)UABServerUGC
PublicGetContentBulk(TArray< FString > const &ContentIds, FDModelsUGCBulkContentResponse const &OnSuccess, FDErrorHandler const &OnError) (defined in UABServerUGC)UABServerUGC
PublicGetContentBulkByIdsV2(const TArray< FString > &ContentIds, FDModelsUGCBulkContentResponseV2 const &OnSuccess, FDErrorHandler const &OnError) (defined in UABServerUGC)UABServerUGC
PublicGetContentByContentId(FString const &ContentId, FDModelsUGCContentResponse const &OnSuccess, FDErrorHandler const &OnError) (defined in UABServerUGC)UABServerUGC
PublicGetContentByContentIdV2(FString const &ContentId, FDModelsUGCContentResponseV2 const &OnSuccess, FDErrorHandler const &OnError) (defined in UABServerUGC)UABServerUGC
PublicGetContentByShareCode(FString const &ShareCode, FDModelsUGCContentResponse const &OnSuccess, FDErrorHandler const &OnError) (defined in UABServerUGC)UABServerUGC
PublicGetContentByShareCodeV2(FString const &ShareCode, FDModelsUGCContentResponseV2 const &OnSuccess, FDErrorHandler const &OnError) (defined in UABServerUGC)UABServerUGC
PublicGetUserContent(FString const &UserId, FDModelsUGCContentPagingResponse const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0) (defined in UABServerUGC)UABServerUGC
PublicGetUserContentsV2(const FString &UserId, FDModelsUGCContentPageResponseV2 const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0) (defined in UABServerUGC)UABServerUGC
PublicSearchAllContents(FAccelByteModelsUGCSearchContentsRequest const &Request, FDModelsUGCSearchContentsPagingResponse const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=20, int32 Offset=0) (defined in UABServerUGC)UABServerUGC
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) (defined in UABServerUGC)UABServerUGC
PublicSearchContentsSpecificToChannelV2(const FString &ChannelId, FDModelsUGCSearchContentsPagingResponseV2 const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0, EAccelByteUGCContentSortByV2 SortBy=EAccelByteUGCContentSortByV2::CREATED_TIME_ASC) (defined in UABServerUGC)UABServerUGC
PublicSearchContentsV2(const FAccelByteModelsUGCFilterRequestV2 &Filter, FDModelsUGCSearchContentsPagingResponseV2 const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=1000, int32 Offset=0, EAccelByteUGCContentSortByV2 SortBy=EAccelByteUGCContentSortByV2::CREATED_TIME_ASC) (defined in UABServerUGC)UABServerUGC
SearchContents(FAccelByteModelsUGCSearchContentsRequest const &Request, FDModelsUGCSearchContentsResponse const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=20, int32 Offset=0) (defined in UABServerUGC)UABServerUGC
SearchContentsSpecificToChannel(FString const &ChannelId, FAccelByteModelsUGCSearchContentsRequest const &Request, FDModelsUGCSearchContentsResponse const &OnSuccess, FDErrorHandler const &OnError, int32 Limit=20, int32 Offset=0) (defined in UABServerUGC)UABServerUGC
SetServerApiClient(AccelByte::FServerApiClientPtr const &NewServerApiClientPtr) (defined in UABServerUGC)UABServerUGC