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

Fields to include in the simple asset response. More...

#include <LootLockerServerAssetRequest.h>

Data Fields

bool storage = false
 If set to true, response will include storage key-value pairs.
 
bool files = false
 If set to true, response will include files.
 
bool data_entities = false
 If set to true, response will include asset data entities.
 
bool metadata = false
 If set to true, response will include asset metadata.
 

Detailed Description

Fields to include in the simple asset response.

Field Documentation

◆ data_entities

bool FLootLockerServerSimpleAssetIncludes::data_entities = false

If set to true, response will include asset data entities.

◆ files

bool FLootLockerServerSimpleAssetIncludes::files = false

If set to true, response will include files.

◆ metadata

bool FLootLockerServerSimpleAssetIncludes::metadata = false

If set to true, response will include asset metadata.

◆ storage

bool FLootLockerServerSimpleAssetIncludes::storage = false

If set to true, response will include storage key-value pairs.