FVyCollectionDto
A data transfer object representing a collection
Properties
Field
Type
Description
publicIdentifier
FString
The public identifier of the collection
name
FString
The name of the collection
verified
bool
Indicates if the collection is verified
premium
bool
Indicates if the collection is premium
banner
FString
The banner image URL of the collection
logo
FString
The logo image URL of the collection
description
FString
The description of the collection
collectionUrl
FString
The URL of the collection
categories
TArray<FString>
The categories of the collection
numberOfItems
int
The number of items in the collection
Last updated