![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
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. | |
Fields to include in the simple asset response.
| bool FLootLockerServerSimpleAssetIncludes::data_entities = false |
If set to true, response will include asset data entities.
| bool FLootLockerServerSimpleAssetIncludes::files = false |
If set to true, response will include files.
| bool FLootLockerServerSimpleAssetIncludes::metadata = false |
If set to true, response will include asset metadata.
| bool FLootLockerServerSimpleAssetIncludes::storage = false |
If set to true, response will include storage key-value pairs.