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

#include <LootLockerServerAssetRequest.h>

Data Fields

int size = 0
 The size of the file in bytes.
 
FString name
 The name of the file.
 
FString url
 The URL of the file.
 
TArray< FString > tags
 The tags associated with the file.
 

Field Documentation

◆ name

FString FLootLockerServerSimpleAssetFile::name

The name of the file.

◆ size

int FLootLockerServerSimpleAssetFile::size = 0

The size of the file in bytes.

◆ tags

TArray<FString> FLootLockerServerSimpleAssetFile::tags

The tags associated with the file.

◆ url

FString FLootLockerServerSimpleAssetFile::url

The URL of the file.