![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
Simplified asset object. More...
#include <LootLockerServerAssetRequest.h>

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< FLootLockerServerAssetStorageKeyValueSet > | storage |
| The storage key-value pairs associated with the asset, empty if not requested. | |
| TArray< FLootLockerServerSimpleAssetFile > | files |
| The files associated with the asset, empty if not requested. | |
| TArray< FLootLockerServerSimpleAssetDataEntity > | data_entities |
| The data entities associated with the asset, empty if not requested. | |
| TArray< FLootLockerServerMetadataEntry > | metadata |
| The metadata associated with the asset, empty if not requested. | |
Simplified asset object.
| int FLootLockerServerSimpleAsset::asset_id = 0 |
The ID of the asset.
| FString FLootLockerServerSimpleAsset::asset_name |
The name of the asset.
| FString FLootLockerServerSimpleAsset::asset_ulid |
The ULID of the asset.
| FString FLootLockerServerSimpleAsset::asset_uuid |
The UUID of the asset.
| FLootLockerServerSimpleAssetAuthor FLootLockerServerSimpleAsset::author |
The author of the asset if the asset is a UGC asset.
| int FLootLockerServerSimpleAsset::context_id = 0 |
The context ID of the asset.
| FString FLootLockerServerSimpleAsset::context_name |
The name of the context the asset belongs to.
| TArray<FLootLockerServerSimpleAssetDataEntity> FLootLockerServerSimpleAsset::data_entities |
The data entities associated with the asset, empty if not requested.
| TArray<FLootLockerServerSimpleAssetFile> FLootLockerServerSimpleAsset::files |
The files associated with the asset, empty if not requested.
| TArray<FLootLockerServerMetadataEntry> FLootLockerServerSimpleAsset::metadata |
The metadata associated with the asset, empty if not requested.
| TArray<FLootLockerServerAssetStorageKeyValueSet> FLootLockerServerSimpleAsset::storage |
The storage key-value pairs associated with the asset, empty if not requested.