LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerSimpleAssetIncludes Struct Reference

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

#include <LootLockerAssetsRequestHandler.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 FLootLockerSimpleAssetIncludes::data_entities = false

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

◆ files

bool FLootLockerSimpleAssetIncludes::files = false

If set to true, response will include files.

◆ metadata

bool FLootLockerSimpleAssetIncludes::metadata = false

If set to true, response will include asset metadata.

◆ storage

bool FLootLockerSimpleAssetIncludes::storage = false

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