LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerCatalogGroupDetails Struct Reference

Holds details about a catalog group entity. More...

#include <LootLockerServerCatalogRequest.h>

Data Fields

FString Name
 The name of the Group.
 
FString Description
 The description of the Group.
 
FString Id
 The unique id of the Group.
 
FString Catalog_listing_id
 The catalog listing id for this group detail.
 

Detailed Description

Holds details about a catalog group entity.

Field Documentation

◆ Catalog_listing_id

FString FLootLockerServerCatalogGroupDetails::Catalog_listing_id

The catalog listing id for this group detail.

◆ Description

FString FLootLockerServerCatalogGroupDetails::Description

The description of the Group.

◆ Id

FString FLootLockerServerCatalogGroupDetails::Id

The unique id of the Group.

◆ Name

FString FLootLockerServerCatalogGroupDetails::Name

The name of the Group.