B1GalleryPostData
- Holds thumbnail and profile data for a gallery post entry,
* including the creator's nickname and a link URL.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Thumbnail | TSoftObjectPtr | Soft reference to the post thumbnail texture. | Category: B1GalleryPostData |
| ProfileAvatar | TSoftObjectPtr | Soft reference to the creator's profile avatar texture. | Category: B1GalleryPostData |
| NickName | FString | Display nickname of the gallery post creator. | Category: B1GalleryPostData |
| LinkUrl | FString | URL link associated with this gallery post. | Category: B1GalleryPostData |