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

Simplified asset object. More...

#include <LootLockerServerAssetRequest.h>

Collaboration diagram for FLootLockerServerSimpleAsset:

Data Fields

int asset_id = 0
 The ID of the asset.
 
FString asset_uuid
 The UUID of the asset.
 
FString asset_ulid
 The ULID of the asset.
 
FString asset_name
 The name of the asset.
 
int context_id = 0
 The context ID of the asset.
 
FString context_name
 The name of the context the asset belongs to.
 
FLootLockerServerSimpleAssetAuthor author
 The author of the asset if the asset is a UGC asset.
 
TArray< FLootLockerServerAssetStorageKeyValueSetstorage
 The storage key-value pairs associated with the asset, empty if not requested.
 
TArray< FLootLockerServerSimpleAssetFilefiles
 The files associated with the asset, empty if not requested.
 
TArray< FLootLockerServerSimpleAssetDataEntitydata_entities
 The data entities associated with the asset, empty if not requested.
 
TArray< FLootLockerServerMetadataEntrymetadata
 The metadata associated with the asset, empty if not requested.
 

Detailed Description

Simplified asset object.

Field Documentation

◆ asset_id

int FLootLockerServerSimpleAsset::asset_id = 0

The ID of the asset.

◆ asset_name

FString FLootLockerServerSimpleAsset::asset_name

The name of the asset.

◆ asset_ulid

FString FLootLockerServerSimpleAsset::asset_ulid

The ULID of the asset.

◆ asset_uuid

FString FLootLockerServerSimpleAsset::asset_uuid

The UUID of the asset.

◆ author

FLootLockerServerSimpleAssetAuthor FLootLockerServerSimpleAsset::author

The author of the asset if the asset is a UGC asset.

◆ context_id

int FLootLockerServerSimpleAsset::context_id = 0

The context ID of the asset.

◆ context_name

FString FLootLockerServerSimpleAsset::context_name

The name of the context the asset belongs to.

◆ data_entities

TArray<FLootLockerServerSimpleAssetDataEntity> FLootLockerServerSimpleAsset::data_entities

The data entities associated with the asset, empty if not requested.

◆ files

TArray<FLootLockerServerSimpleAssetFile> FLootLockerServerSimpleAsset::files

The files associated with the asset, empty if not requested.

◆ metadata

TArray<FLootLockerServerMetadataEntry> FLootLockerServerSimpleAsset::metadata

The metadata associated with the asset, empty if not requested.

◆ storage

TArray<FLootLockerServerAssetStorageKeyValueSet> FLootLockerServerSimpleAsset::storage

The storage key-value pairs associated with the asset, empty if not requested.